Adjust to changed CoinUtil

This commit is contained in:
ghubstan 2020-11-26 17:19:47 -03:00
parent 8f13b85e19
commit 5a06e4ea3e
No known key found for this signature in database
GPG key ID: E35592D6800A861E

View file

@ -41,7 +41,7 @@ public final class BsqTransferModel {
}
public double getMiningFeeInSatoshisPerByte() {
return CoinUtil.getFeePerByte(miningFee, txSize);
return CoinUtil.getFeePerVbyte(miningFee, txSize);
}
public double getTxSizeInKb() {