|
@ -2239,12 +2239,12 @@ 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, regtest, " |
|
|
"(--network={one of %s})", |
|
|
"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, |
|
|
&chainparams->genesis_blockhash)); |
|
|
&chainparams->genesis_blockhash), |
|
|
|
|
|
chainparams_get_network_names(tmpctx)); |
|
|
return false; |
|
|
return false; |
|
|
} |
|
|
} |
|
|
} else { |
|
|
} else { |
|
|