diff --git a/src/llmq/snapshot.h b/src/llmq/snapshot.h index 3c9cd5cff0..689ed2d1b4 100644 --- a/src/llmq/snapshot.h +++ b/src/llmq/snapshot.h @@ -178,7 +178,6 @@ public: size_t cnt = ReadCompactSize(s); for ([[maybe_unused]] const auto _ : irange::range(cnt)) { - uint256 hash; CFinalCommitment qc; ::Unserialize(s, qc); lastCommitmentPerIndex.push_back(std::move(qc));