Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed May 30, 2024
1 parent 85e93a5 commit 6213126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/operations/transactions.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func WaitTxToBeMined(hash ethgo.Hash, level ConfirmationLevel, client *jsonrpc.C
time.Sleep(time.Second)
continue
}
fmt.Printf("tx %s included in the trusted state at the L2 blcok %d\n", hash.String(), receipt.BlockNumber)
fmt.Printf("tx %s included in the trusted state at the L2 block %d\n", hash.String(), receipt.BlockNumber)
if level == Trusted {
return nil
}
Expand Down

0 comments on commit 6213126

Please sign in to comment.