Skip to content

Commit

Permalink
Fix bad use of i.e. in check_construction.go (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
racbc authored Mar 25, 2022
1 parent 18013bd commit 927f044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/check_construction.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Construction API implementation by creating and broadcasting transactions
on a blockchain. In short, this tool generates new addresses, requests
funds, constructs transactions, signs transactions, broadcasts transactions,
and confirms transactions land on-chain. At each phase, a series of tests
are run to ensure that intermediate representations are correct (i.e. does
are run to ensure that intermediate representations are correct (for example, does
an unsigned transaction return a superset of operations provided during
construction?).
Expand All @@ -48,7 +48,7 @@ Ethereum.
Right now, this tool only supports transfer testing (for both account-based
and UTXO-based blockchains). However, we plan to add support for testing
arbitrary scenarios (i.e. staking, governance).`,
arbitrary scenarios (for example, staking and governance).`,
RunE: runCheckConstructionCmd,
}
)
Expand Down

0 comments on commit 927f044

Please sign in to comment.