mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-01-30 18:42:15 +00:00
Only add 1 zaddr to a new wallet
This commit is contained in:
parent
7136a5cf5c
commit
2b2567b239
@ -243,8 +243,8 @@ impl LightWallet {
|
||||
|
||||
// If restoring from seed, make sure we are creating 5 addresses for users
|
||||
if seed_phrase.is_some() {
|
||||
for _i in 0..5 {
|
||||
lw.add_taddr();
|
||||
for _i in 0..1 {
|
||||
// lw.add_taddr();
|
||||
lw.add_zaddr();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user