Skip to content

Commit

Permalink
Correct phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Pandaz committed Jan 17, 2025
1 parent c3a112c commit a642861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/stack/transactions/transaction-flow.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ The directions here are for [Foundry](https://book.getfoundry.sh/), but the conc
```

3. Get the number of the latest safe block.
If the result is greater than the block number of the transaction, or equal, the transaction is safe.
If the result is greater than or equal to the block number of the transaction, the transaction is safe.

```sh
cast block safe --field number
Expand Down

0 comments on commit a642861

Please sign in to comment.