Skip to content

Commit 00f770a

Browse files
committed
drop blockHash initializer
1 parent df9581b commit 00f770a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llmq/quorums_chainlocks.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class CChainLockSig
2424
{
2525
public:
2626
int32_t nHeight{-1};
27-
uint256 blockHash{uint256()};
27+
uint256 blockHash;
2828
CBLSSignature sig;
2929

3030
public:

0 commit comments

Comments
 (0)