mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-03 10:18:41 +02:00
refactor: Remove unused nchaintx from SnapshotMetadata constructor
Also, remove wrong nChainTx comment and cast.
This commit is contained in:
@@ -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) { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user