Skip to content

Commit

Permalink
fix(): fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zyjblockchain committed Nov 16, 2021
1 parent 10fb290 commit 12ac401
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ testWallet, err := goether.NewWallet(prvHex, rpc)
if err != nil {
panic(err)
}

// default send DynamicFeeTx
txHash, err := testWallet.SendTx(
common.HexToAddress("0xa06b79E655Db7D7C3B3E7B2ccEEb068c3259d0C9"), // To
goether.EthToBN(0.12), // Value
Expand Down Expand Up @@ -94,6 +94,7 @@ Ethereum Account which can be used to sign messages and transactions.
Connect to Ethereum Network, execute state changing operations.

- [x] SendTx
- [x] SendLegacyTx
- [x] GetAddress
- [x] GetBalance
- [x] GetNonce
Expand Down

0 comments on commit 12ac401

Please sign in to comment.