mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Remove redundant calculateTotalToPay() call
Resolves issue found during https://github.com/bisq-network/bisq/pull/4673 review, and suggested in comment https://github.com/bisq-network/bisq/pull/4673#discussion_r510111662
This commit is contained in:
parent
d463dd14a0
commit
1f3554ef65
@ -146,7 +146,6 @@ public class TakeOfferModel implements Model {
|
||||
feeService.requestFees(() -> {
|
||||
txFeePerByteFromFeeService = feeService.getTxFeePerByte();
|
||||
txFeeFromFeeService = offerUtil.getTxFeeBySize(txFeePerByteFromFeeService, feeTxSize);
|
||||
calculateTotalToPay();
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user