Skip to content

Commit

Permalink
[REF] keep memo
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbazan7 committed Jul 26, 2022
1 parent f15e7c9 commit 61e5079
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/tx-details/tx-details.ts
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ export class TxDetailsModal {
network: this.wallet.network,
useSendMax: false,
recipients: multiRecipients,
description: this.btx.message,
inputs
});
} else {
Expand All @@ -458,6 +459,7 @@ export class TxDetailsModal {
coin: this.wallet.coin,
network: this.wallet.network,
useSendMax: false,
description: this.btx.message,
inputs
});
}
Expand Down

0 comments on commit 61e5079

Please sign in to comment.