Skip to content

Commit

Permalink
fix: quoting typo
Browse files Browse the repository at this point in the history
Co-authored-by: Michael FIG <mfig@agoric.com>
  • Loading branch information
JimLarson and michaelfig authored May 25, 2021
1 parent 179d4a9 commit afb1c98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions golang/cosmos/x/vpurse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Purse operations which change the balance result in a downcall to this module to
Upon an `EndBlock()` call, the module will scan the block for all `MsgSend` and `MsgMultiSend` events (see `cosmos-sdk/x/bank/spec/04_events.md`) and perform a `VPURSE_BALANCE_UPDATE` upcall for all denominations held in all mentioned accounts.

The following fields are common to the Vpurse messages:
- `"address"`, '`"recipient"`, `"sender"`: account address as a bech32-encoded string
- `"address"`, `"recipient"`, `"sender"`: account address as a bech32-encoded string
- `"amount"`: either amount to transfer or account balance, as an integer string
- `"denom"`: denomination as a string
- `"nonce"`: unique integer, as a number
Expand All @@ -35,4 +35,4 @@ Test the following transfer scenarios:
- Vpurse-to-purse
- Vpurse-to-vpurse

The initial BLD and RUN purses are virtual, but newly-created purses will be non-virtual.
The initial BLD and RUN purses are virtual, but newly-created purses will be non-virtual.

0 comments on commit afb1c98

Please sign in to comment.