print -> printV

This commit is contained in:
cyan 2025-01-06 16:33:13 +00:00
parent 3fe0e25eb1
commit 0b96a6006b
2 changed files with 2 additions and 2 deletions

View file

@ -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);
}

View file

@ -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);
}