mirror of
https://github.com/Qortal/qortal.git
synced 2025-02-12 18:25:49 +00:00
Added logging when no addresses are returned for a bitcoiny transaction output.
This commit is contained in:
parent
e339ab856f
commit
2d493a4ea2
@ -417,6 +417,7 @@ public class ElectrumX extends BitcoinyBlockchainProvider {
|
|||||||
this.uselessServers.add(this.currentServer);
|
this.uselessServers.add(this.currentServer);
|
||||||
this.closeServer(this.currentServer);
|
this.closeServer(this.currentServer);
|
||||||
}
|
}
|
||||||
|
LOGGER.info("No output addresses returned for transaction {}", txHash);
|
||||||
throw new ForeignBlockchainException(String.format("No output addresses returned for transaction %s", txHash));
|
throw new ForeignBlockchainException(String.format("No output addresses returned for transaction %s", txHash));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user