Skip to content

Commit 61e5079

Browse files
committed
[REF] keep memo
1 parent f15e7c9 commit 61e5079

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/tx-details/tx-details.ts

+2
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ export class TxDetailsModal {
445445
network: this.wallet.network,
446446
useSendMax: false,
447447
recipients: multiRecipients,
448+
description: this.btx.message,
448449
inputs
449450
});
450451
} else {
@@ -458,6 +459,7 @@ export class TxDetailsModal {
458459
coin: this.wallet.coin,
459460
network: this.wallet.network,
460461
useSendMax: false,
462+
description: this.btx.message,
461463
inputs
462464
});
463465
}

0 commit comments

Comments
 (0)