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

Function TestTransactionJournalingNoLocals

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

Source from the content-addressed store, hash-verified

1574// get discarded between restarts.
1575func TestTransactionJournaling(t *testing.T) { testTransactionJournaling(t, false) }
1576func TestTransactionJournalingNoLocals(t *testing.T) { testTransactionJournaling(t, true) }
1577
1578func testTransactionJournaling(t *testing.T, nolocals bool) {
1579 t.Parallel()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected