Merge updates manually
This commit is contained in:
@@ -319,7 +319,7 @@ impl LightClient {
|
||||
info!("Created LightClient to {}", &config.server);
|
||||
|
||||
if crate::lightwallet::bugs::BugBip39Derivation::has_bug(&lc) {
|
||||
let m = format!("WARNING!!!\nYour wallet has a bip39derivation bug that's showing incorrect addresses.\nPlease run 'fixbip39bug' to automatically fix the address derivation in your wallet!\nPlease see: https://github.com/adityapk00/zecwallet-light-cli/blob/master/bip39bug.md");
|
||||
let m = format!("WARNING!!!\nYour wallet has a bip39derivation bug that's showing incorrect addresses.\nPlease run 'fixbip39bug' to automatically fix the address derivation in your wallet!\nPlease see: https://github.com/adityapk00/silentdragonlite-light-cli/blob/master/bip39bug.md");
|
||||
info!("{}", m);
|
||||
println!("{}", m);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user