We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9581b commit 00f770aCopy full SHA for 00f770a
src/llmq/quorums_chainlocks.h
@@ -24,7 +24,7 @@ class CChainLockSig
24
{
25
public:
26
int32_t nHeight{-1};
27
- uint256 blockHash{uint256()};
+ uint256 blockHash;
28
CBLSSignature sig;
29
30
0 commit comments