mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Adjust to changed CoinUtil
This commit is contained in:
parent
8f13b85e19
commit
5a06e4ea3e
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public final class BsqTransferModel {
|
|||
}
|
||||
|
||||
public double getMiningFeeInSatoshisPerByte() {
|
||||
return CoinUtil.getFeePerByte(miningFee, txSize);
|
||||
return CoinUtil.getFeePerVbyte(miningFee, txSize);
|
||||
}
|
||||
|
||||
public double getTxSizeInKb() {
|
||||
|
|
Loading…
Add table
Reference in a new issue