mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
fix comment
This commit is contained in:
parent
1103cb388b
commit
d9639a52c0
1 changed files with 1 additions and 2 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue