Hi,
Could be easy to implement this?
looking into src/main-blockchain/wallet/Main-Blockchain-Wallet.js
|
await this.createNewAddress(); //it will save automatically |
the comment states about auto saving the wallet.
Can
https://github.com/WebDollar/User-Interface-WebDollar/blob/df82421f4dc37fb58e45c987799ec52fa2b8037e/src/components/Wallet/Address/Address.vue#L137
function be called from there to auto download wallets ?
Hi,
Could be easy to implement this?
looking into src/main-blockchain/wallet/Main-Blockchain-Wallet.js
Node-WebDollar/src/main-blockchain/wallet/Main-Blockchain-Wallet.js
Line 628 in 0221412
the comment states about auto saving the wallet.
Can
https://github.com/WebDollar/User-Interface-WebDollar/blob/df82421f4dc37fb58e45c987799ec52fa2b8037e/src/components/Wallet/Address/Address.vue#L137
function be called from there to auto download wallets ?