mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Display tx-fee from BsqSwapProtocolModel
This commit is contained in:
parent
6e0299642e
commit
fadaaf9151
@ -139,7 +139,7 @@ public class TradeInfo implements Payload {
|
||||
.withDate(bsqSwapTrade.getDate().getTime())
|
||||
.withRole(role == null ? "" : role)
|
||||
.withIsCurrencyForTakerFeeBtc(false) // BSQ Swap fees always paid in BSQ.
|
||||
.withTxFeeAsLong(bsqSwapTrade.getTxFee().value)
|
||||
.withTxFeeAsLong(bsqSwapTrade.getBsqSwapProtocolModel().getTxFee())
|
||||
.withTakerFeeAsLong(bsqSwapTrade.getTakerFeeAsLong())
|
||||
// N/A for bsq-swaps: .withTakerFeeTxId(""), .withDepositTxId(""), .withPayoutTxId("")
|
||||
.withTradeAmountAsLong(bsqSwapTrade.getAmountAsLong())
|
||||
|
Loading…
Reference in New Issue
Block a user