mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-05-04 20:02:39 +00:00
log level fix
This commit is contained in:
parent
53d4e6e3ac
commit
8b3c15ca9e
1 changed files with 1 additions and 1 deletions
|
@ -868,7 +868,7 @@ class MoneroWallet extends CoinServiceAPI {
|
||||||
// Use new index to derive a new receiving address
|
// Use new index to derive a new receiving address
|
||||||
final newReceivingAddress = await _generateAddressForChain(0, curIndex);
|
final newReceivingAddress = await _generateAddressForChain(0, curIndex);
|
||||||
Logging.instance.log("xmr address in init existing: $newReceivingAddress",
|
Logging.instance.log("xmr address in init existing: $newReceivingAddress",
|
||||||
level: LogLevel.Fatal);
|
level: LogLevel.Info);
|
||||||
_currentReceivingAddress = Future(() => newReceivingAddress);
|
_currentReceivingAddress = Future(() => newReceivingAddress);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue