Resume transaction tracking after reconnect.

This commit is contained in:
Simon Lindh
2019-10-24 15:37:39 +08:00
parent ae2e0823fb
commit 861dd0864d
3 changed files with 18 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ class ProjectedBlocks {
return {
blockSize: blockSize,
blockWeight: blockWeight,
nTx: transactions.length - 1,
nTx: transactions.length,
minFee: transactions[transactions.length - 1].feePerVsize,
maxFee: transactions[0].feePerVsize,
minWeightFee: transactions[transactions.length - 1].feePerWeightUnit,