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

Function TestTransactionPendingLimitingEquivalency

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

Source from the content-addressed store, hash-verified

959// the transactions are added one by one or in batches.
960func TestTransactionQueueLimitingEquivalency(t *testing.T) { testTransactionLimitingEquivalency(t, 1) }
961func TestTransactionPendingLimitingEquivalency(t *testing.T) { testTransactionLimitingEquivalency(t, 0) }
962
963func testTransactionLimitingEquivalency(t *testing.T, origin uint64) {
964 t.Parallel()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected