Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsW3 authored Jan 10, 2025
1 parent 5cf6593 commit 12664e0
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 @@ -86,7 +86,7 @@ const serializedNone = bcs.option(bcs.u64()).serialize(null)
### Msg 

Msgs are object whose end-goal is to trigger state-transitions. They are wrapped in transactions, which may contain one or more of them.
Msgs are objects whose end-goal is to trigger state-transitions. They are wrapped in transactions, which may contain one or more of them.

* `MsgSend()` 

Expand Down Expand Up @@ -185,7 +185,7 @@ const signedTx = await wallet.createAndSignTx({
})
```

When sending coins with `MsgSend`, sender address should be same with wallet address.
When sending coins with `MsgSend`, sender address should be the same as wallet address.

* `broadcast()`

Expand Down

0 comments on commit 12664e0

Please sign in to comment.