Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #589 from RyukerLiu/patch-1
Browse files Browse the repository at this point in the history
Update interacting-with-your-contracts.md
  • Loading branch information
CruzMolina authored Dec 23, 2019
2 parents 1dc09b1 + f0dcf3b commit bae4553
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ What's interesting here:
When you make a transaction, you're given a `result` object that gives you a wealth of information about the transaction.

```javascript
truffle(develop)> let result = await contract.sendCoin(accounts[1], 10, {from: accounts[0]})
truffle(develop)> let result = await instance.sendCoin(accounts[1], 10, {from: accounts[0]})
truffle(develop)> result
```

Expand Down

0 comments on commit bae4553

Please sign in to comment.