Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jwasinger committed Jan 13, 2025
1 parent 1103cb3 commit d9639a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ethclient/simulated/rollback_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ func testSendSignedTx(t *testing.T, key *ecdsa.PrivateKey, sim *Backend, isBlobT
return signedTx
}

// assertSuccessfulReceipt verifies that a transaction was successfully included as of the pending state
// by checking its receipt status.
// pendingStateHasTx returns true if a given transaction was successfully included as of the latest pending state.
func pendingStateHasTx(client Client, tx *types.Transaction) bool {
ctx := context.Background()

Expand Down

0 comments on commit d9639a5

Please sign in to comment.