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