Skip to content

Commit 00c5957

Browse files
authored
fix: add aminoPrefix to cancelOrderMsg (#276)
1 parent caf31cf commit 00c5957

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/msg/dex/cancelOrder.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export class CancelOrderMsg extends BaseMsg {
1919
private address: string
2020
private symbol: string
2121
private orderId: string
22+
public readonly aminoPrefix: AminoPrefix = AminoPrefix.CancelOrderMsg
2223

2324
constructor(address: string, sybmol: string, orderId: string) {
2425
super()

0 commit comments

Comments
 (0)