mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-21 22:15:59 +02:00
Silence false positive GCC warning
This commit is contained in:
parent
543693b92b
commit
29c66ace5c
@ -3593,7 +3593,7 @@ static RPCHelpMan rescanblockchain()
|
||||
}
|
||||
|
||||
int start_height = 0;
|
||||
Optional<int> stop_height;
|
||||
Optional<int> stop_height = MakeOptional(false, int());
|
||||
uint256 start_block;
|
||||
{
|
||||
LOCK(pwallet->cs_wallet);
|
||||
|
Loading…
x
Reference in New Issue
Block a user