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 restoring from seed, make sure we are creating 5 addresses for users
|
||||||
if seed_phrase.is_some() {
|
if seed_phrase.is_some() {
|
||||||
for _i in 0..5 {
|
for _i in 0..1 {
|
||||||
lw.add_taddr();
|
// lw.add_taddr();
|
||||||
lw.add_zaddr();
|
lw.add_zaddr();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user