mirror of
https://codeberg.org/anoncontributorxmr/mysu.git
synced 2024-12-22 21:17:47 +00:00
save wallet on fresh subaddress
This commit is contained in:
parent
995e0be835
commit
fd0f756975
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ public class AddressService extends ServiceBase {
|
|||
Wallet wallet = WalletManager.getInstance().getWallet();
|
||||
wallet.addSubaddress(wallet.getAccountIndex(), timeStamp);
|
||||
refreshAddresses();
|
||||
wallet.store();
|
||||
return wallet.getSubaddressObject(latestAddressIndex);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue