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