refactor: Remove unused nchaintx from SnapshotMetadata constructor

Also, remove wrong nChainTx comment and cast.
This commit is contained in:
MarcoFalke
2023-10-12 11:11:48 +02:00
parent 4a5aae9330
commit faa90f6e7b
2 changed files with 3 additions and 6 deletions

View File

@@ -35,8 +35,7 @@ public:
SnapshotMetadata() { }
SnapshotMetadata(
const uint256& base_blockhash,
uint64_t coins_count,
unsigned int nchaintx) :
uint64_t coins_count) :
m_base_blockhash(base_blockhash),
m_coins_count(coins_count) { }