mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
remove print
This commit is contained in:
parent
fffceb160c
commit
2e2732ad2a
2 changed files with 7 additions and 2 deletions
|
@ -1463,8 +1463,6 @@ class WowneroWallet extends CoinServiceAPI {
|
||||||
Object tmp = wownero.createWowneroTransactionCreationCredentials(
|
Object tmp = wownero.createWowneroTransactionCreationCredentials(
|
||||||
outputs: outputs, priority: feePriority);
|
outputs: outputs, priority: feePriority);
|
||||||
|
|
||||||
print("AAAAAAAAAAAA: $tmp");
|
|
||||||
|
|
||||||
awaitPendingTransaction = walletBase!.createTransaction(tmp);
|
awaitPendingTransaction = walletBase!.createTransaction(tmp);
|
||||||
} catch (e, s) {
|
} catch (e, s) {
|
||||||
Logging.instance.log("Exception rethrown from prepareSend(): $e\n$s",
|
Logging.instance.log("Exception rethrown from prepareSend(): $e\n$s",
|
||||||
|
|
|
@ -317,6 +317,13 @@ packages:
|
||||||
relative: true
|
relative: true
|
||||||
source: path
|
source: path
|
||||||
version: "0.0.1"
|
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:
|
dart_numerics:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue