Skip to content

Commit

Permalink
Merge pull request #7375 from thecockatiel/cleanup_bsq_trade_info
Browse files Browse the repository at this point in the history
fix: remove duplicate set in BsqSwapTradeInfo
  • Loading branch information
alejandrogarcia83 authored Feb 5, 2025
2 parents 0fea955 + 9bd7a1e commit 8df6b13
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ public bisq.proto.grpc.BsqSwapTradeInfo toProtoMessage() {
.setTakerBsqAddress(takerBsqAddress != null ? takerBsqAddress : "")
.setMakerBtcAddress(makerBtcAddress != null ? makerBtcAddress : "")
.setTakerBtcAddress(takerBtcAddress != null ? takerBtcAddress : "")
.setTakerBtcAddress(takerBtcAddress != null ? takerBtcAddress : "")
.setNumConfirmations(numConfirmations)
.setErrorMessage(errorMessage != null ? errorMessage : "")
.setPayout(payout)
Expand Down

0 comments on commit 8df6b13

Please sign in to comment.