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

Function TestGetReceipt64

protocols/cpc/handler_test.go:376–376  ·  view source on GitHub ↗

Tests that the transaction receipts can be retrieved based on hashes.

(t *testing.T)

Source from the content-addressed store, hash-verified

374
375// Tests that the transaction receipts can be retrieved based on hashes.
376func TestGetReceipt64(t *testing.T) { testGetReceipt(t, 64) }
377
378func testGetReceipt(t *testing.T, protocol int) {
379 // Define three accounts to simulate transactions with

Callers

nothing calls this directly

Calls 1

testGetReceiptFunction · 0.85

Tested by

no test coverage detected