mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-26 00:58:50 +00:00
logging fix
This commit is contained in:
parent
90dc9e3116
commit
d4d85259e1
1 changed files with 2 additions and 1 deletions
|
@ -863,7 +863,8 @@ class WowneroWallet extends CoinServiceAPI {
|
|||
await DB.instance.get<dynamic>(boxName: walletId, key: indexKey) as int;
|
||||
// Use new index to derive a new receiving address
|
||||
final newReceivingAddress = await _generateAddressForChain(0, curIndex);
|
||||
Logging.instance.log("xmr address in init existing: $newReceivingAddress",
|
||||
Logging.instance.log(
|
||||
"wownero address in init existing: $newReceivingAddress",
|
||||
level: LogLevel.Info);
|
||||
_currentReceivingAddress = Future(() => newReceivingAddress);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue