mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-03 02:39:28 +01:00
update match network log
This commit is contained in:
parent
189fca4039
commit
d5aaa11373
1 changed files with 3 additions and 2 deletions
|
@ -2006,8 +2006,9 @@ bool wallet_network_check(struct wallet *w,
|
|||
log_broken(w->log, "Wallet blockchain hash does not "
|
||||
"match network blockchain hash: %s "
|
||||
"!= %s. "
|
||||
"Are you on the right network? "
|
||||
"(--network={bitcoin,testnet})",
|
||||
"Are you on the right network? "
|
||||
"(--network={bitcoin, testnet, regtest, "
|
||||
"litecoin or litecoin-testnet})",
|
||||
type_to_string(w, struct bitcoin_blkid,
|
||||
&chainhash),
|
||||
type_to_string(w, struct bitcoin_blkid,
|
||||
|
|
Loading…
Add table
Reference in a new issue