Skip to content

Commit

Permalink
fix: add aminoPrefix to cancelOrderMsg (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
xzjcool authored Jul 15, 2020
1 parent caf31cf commit 00c5957
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/msg/dex/cancelOrder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export class CancelOrderMsg extends BaseMsg {
private address: string
private symbol: string
private orderId: string
public readonly aminoPrefix: AminoPrefix = AminoPrefix.CancelOrderMsg

constructor(address: string, sybmol: string, orderId: string) {
super()
Expand Down

0 comments on commit 00c5957

Please sign in to comment.