diff --git a/golang/cosmos/x/vpurse/README.md b/golang/cosmos/x/vpurse/README.md index 3c09e0e0e49..58ab15be1e0 100644 --- a/golang/cosmos/x/vpurse/README.md +++ b/golang/cosmos/x/vpurse/README.md @@ -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 @@ -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. \ No newline at end of file +The initial BLD and RUN purses are virtual, but newly-created purses will be non-virtual.