show multisig deposit destination address in transactions view #982

This commit is contained in:
woodser 2024-06-06 13:35:45 -04:00
parent 99f41e0feb
commit 37af7e5338

View File

@ -122,6 +122,7 @@ class TransactionsListItem {
if (trade.getSelf().getDepositTxHash() != null &&
trade.getSelf().getDepositTxHash().equals(txId)) {
details = Res.get("funds.tx.multiSigDeposit", tradeId);
addressString = trade.getProcessModel().getMultisigAddress();
} else if (trade.getPayoutTxId() != null &&
trade.getPayoutTxId().equals(txId)) {
details = Res.get("funds.tx.multiSigPayout", tradeId);