Merge branch 'master' into nymkappa/bugfix/indexer-not-running

This commit is contained in:
Felipe Knorr Kuhn
2022-06-28 06:52:04 -07:00
committed by GitHub
3 changed files with 18 additions and 8 deletions

View File

@@ -114,7 +114,7 @@ export class Common {
totalFees += tx.bestDescendant.fee;
}
tx.effectiveFeePerVsize = Math.max(Common.isLiquid() ? 0.1 : 1, totalFees / (totalWeight / 4));
tx.effectiveFeePerVsize = Math.max(0, totalFees / (totalWeight / 4));
tx.cpfpChecked = true;
return {