MCPcopy Create free account
hub / github.com/CPChain/chain / TestTransactionQueueTimeLimitingNoLocals

Function TestTransactionQueueTimeLimitingNoLocals

core/tx_pool_test.go:854–854  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

852// mechanism is disabled.
853func TestTransactionQueueTimeLimiting(t *testing.T) { testTransactionQueueTimeLimiting(t, false) }
854func TestTransactionQueueTimeLimitingNoLocals(t *testing.T) { testTransactionQueueTimeLimiting(t, true) }
855
856func testTransactionQueueTimeLimiting(t *testing.T, nolocals bool) {
857 // Reduce the eviction interval to a testable amount

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected