Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
migueldingli1997 committed Jul 16, 2021
2 parents f3835ef + ddc4693 commit f17db66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/msg_types/ixo.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ let stdSignMsg = ixo.newStdMsg({
value: {
buyer_did: "did:ixo:4XJLBfGtWSGKSz4BeRxdun",
amount: { amount: String(10), denom: "abc" },
max_prices: { amount: String(1000000), denom: "res" },
max_prices: [ { amount: String(1000000), denom: "res" } ],
bond_did: "did:ixo:4XJLBfGtWSGKSz4BeRxdun",
}
}
Expand Down

0 comments on commit f17db66

Please sign in to comment.