mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-09 20:39:35 +00:00
print -> printV
This commit is contained in:
parent
3fe0e25eb1
commit
0b96a6006b
2 changed files with 2 additions and 2 deletions
|
@ -223,7 +223,7 @@ void restoreWalletFromPolyseedWithOffset(
|
|||
|
||||
if (status != 0) {
|
||||
final err = monero.Wallet_errorString(newWptr);
|
||||
print("err: $err");
|
||||
printV("err: $err");
|
||||
throw WalletRestoreFromKeysException(message: err);
|
||||
}
|
||||
|
||||
|
|
|
@ -230,7 +230,7 @@ void restoreWalletFromPolyseedWithOffset(
|
|||
|
||||
if (status != 0) {
|
||||
final err = wownero.Wallet_errorString(newWptr);
|
||||
print("err: $err");
|
||||
printV("err: $err");
|
||||
throw WalletRestoreFromKeysException(message: err);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue