Skip to content

Commit 00e1793

Browse files
committed
Fix typo
1 parent 8841977 commit 00e1793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mvm/types/payment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export interface OpponentMultisigRequest {
66
export interface PaymentRequest {
77
asset_id: string;
88
amount: string;
9-
trace: string;
9+
trace_id: string;
1010
memo: string;
1111
opponent_multisig: OpponentMultisigRequest;
1212
}

0 commit comments

Comments
 (0)