diff --git a/lib/services/coins/wownero/wownero_wallet.dart b/lib/services/coins/wownero/wownero_wallet.dart index eb182c5f2..7114269ec 100644 --- a/lib/services/coins/wownero/wownero_wallet.dart +++ b/lib/services/coins/wownero/wownero_wallet.dart @@ -1463,8 +1463,6 @@ class WowneroWallet extends CoinServiceAPI { Object tmp = wownero.createWowneroTransactionCreationCredentials( outputs: outputs, priority: feePriority); - print("AAAAAAAAAAAA: $tmp"); - awaitPendingTransaction = walletBase!.createTransaction(tmp); } catch (e, s) { Logging.instance.log("Exception rethrown from prepareSend(): $e\n$s", diff --git a/pubspec.lock b/pubspec.lock index 71145aef4..2cc67f611 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -317,6 +317,13 @@ packages: relative: true source: path version: "0.0.1" + cw_wownero: + dependency: "direct main" + description: + path: "crypto_plugins/flutter_libmonero/cw_wownero" + relative: true + source: path + version: "0.0.1" dart_numerics: dependency: "direct main" description: