Skip to content

Commit

Permalink
some simple error logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kennycud committed Mar 23, 2024
1 parent 5c90c4b commit e83b226
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/qortal/api/resource/CrossChainUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public static ServerConfigurationInfo buildServerConfigurationInfo(Bitcoiny bloc
try {
blockchainProvider.getCurrentHeight();
} catch (ForeignBlockchainException e) {
LOGGER.warn("Problems getting block height before building server configuration infos");
}

ChainableServer currentServer = blockchainProvider.getCurrentServer();
Expand Down

0 comments on commit e83b226

Please sign in to comment.