Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
yuga-cb committed Apr 16, 2024
1 parent 17a3f47 commit d32272a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ a.to_s
# Then, we can transfer 100 wei out of the wallet to another wallet.
w2 = Coinbase::Wallet.new

# We can now use the transaction hash to check the status of the transaction.
transaction_hash = w1.transfer(100, :eth, w2)
# We wait for the transfer to complete.
w1.transfer(100, :eth, w2).wait!
```

## Development
Expand Down

0 comments on commit d32272a

Please sign in to comment.