Merge branch 'master' into nymkappa/mega-branch

This commit is contained in:
nymkappa
2024-02-05 17:10:07 +01:00
67 changed files with 3243 additions and 120 deletions

View File

@@ -508,7 +508,7 @@ export class TransactionComponent implements OnInit, AfterViewInit, OnDestroy {
}
}
}
if (!found && txFeePerVSize < mempoolBlocks[mempoolBlocks.length - 1].feeRange[0]) {
if (!found && mempoolBlocks.length && txFeePerVSize < mempoolBlocks[mempoolBlocks.length - 1].feeRange[0]) {
this.txInBlockIndex = 7;
}
});