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

Function TestTransactionQueueLimitingEquivalency

core/tx_pool_test.go:960–960  ·  view source on GitHub ↗

Tests that the transaction limits are enforced the same way irrelevant whether the transactions are added one by one or in batches.

(t *testing.T)

Source from the content-addressed store, hash-verified

958// Tests that the transaction limits are enforced the same way irrelevant whether
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) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected