Resume transaction tracking after reconnect.

This commit is contained in:
Simon Lindh
2019-10-24 15:37:39 +08:00
parent 4229b9b3df
commit 35c4d9676c
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,