mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 17:27:39 +00:00
small cleanup
This commit is contained in:
parent
7a95c20645
commit
03d69d44ce
1 changed files with 0 additions and 5 deletions
|
@ -256,11 +256,6 @@ class NanoWallet extends CoinServiceAPI with WalletCache, WalletDB, CoinControlI
|
||||||
throw Exception("Received error ${decoded["error"]}");
|
throw Exception("Received error ${decoded["error"]}");
|
||||||
}
|
}
|
||||||
|
|
||||||
print(jsonDecode(processBody));
|
|
||||||
print(jsonDecode(processResponse.body));
|
|
||||||
|
|
||||||
throw Exception("Received error ${decoded["error"]}");
|
|
||||||
|
|
||||||
// return the hash of the transaction:
|
// return the hash of the transaction:
|
||||||
return decoded["hash"].toString();
|
return decoded["hash"].toString();
|
||||||
} catch (e, s) {
|
} catch (e, s) {
|
||||||
|
|
Loading…
Reference in a new issue