mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
Add the missing space between "if" and "("
Changelog-None
This commit is contained in:
committed by
Christian Decker
parent
0ac91b4f99
commit
2ea91f834c
@@ -726,7 +726,7 @@ static struct command_result *json_listaddrs(struct command *cmd,
|
||||
|
||||
for (s64 keyidx = 0; keyidx <= *bip32_max_index; keyidx++) {
|
||||
|
||||
if(keyidx == BIP32_INITIAL_HARDENED_CHILD){
|
||||
if (keyidx == BIP32_INITIAL_HARDENED_CHILD){
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user