Skip to content

Commit

Permalink
Remove redundant calculateTotalToPay() call
Browse files Browse the repository at this point in the history
Resolves issue found during bisq-network#4673
review, and suggested in comment
bisq-network#4673 (comment)
  • Loading branch information
ghubstan committed Oct 22, 2020
1 parent d463dd1 commit 1f3554e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ private void calculateTxFees() {
feeService.requestFees(() -> {
txFeePerByteFromFeeService = feeService.getTxFeePerByte();
txFeeFromFeeService = offerUtil.getTxFeeBySize(txFeePerByteFromFeeService, feeTxSize);
calculateTotalToPay();
});
}

Expand Down

0 comments on commit 1f3554e

Please sign in to comment.