mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-03 17:29:23 +00:00
clean up debug print
This commit is contained in:
parent
d00c205e6c
commit
b357d735ab
1 changed files with 0 additions and 2 deletions
|
@ -220,8 +220,6 @@ class CachedElectrumXClient {
|
||||||
if (cachedTx == null) {
|
if (cachedTx == null) {
|
||||||
await _checkElectrumAdapterClient();
|
await _checkElectrumAdapterClient();
|
||||||
|
|
||||||
print(121212);
|
|
||||||
print(electrumAdapterClient.peer.isClosed);
|
|
||||||
final Map<String, dynamic> result =
|
final Map<String, dynamic> result =
|
||||||
await electrumAdapterClient.getTransaction(txHash);
|
await electrumAdapterClient.getTransaction(txHash);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue