mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
llmq: remove unused variable "hash" from Unserialize
This commit is contained in:
parent
281569adaa
commit
51eac2a5d7
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user