small cleanup

This commit is contained in:
fossephate 2023-05-24 12:12:28 -04:00
parent 7a95c20645
commit 03d69d44ce

View file

@ -256,11 +256,6 @@ class NanoWallet extends CoinServiceAPI with WalletCache, WalletDB, CoinControlI
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 decoded["hash"].toString();
} catch (e, s) {