forked from Qortal/qortal
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.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));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user