some simple error logging

This commit is contained in:
kennycud 2024-03-23 09:42:33 -07:00
parent 5c90c4bc61
commit e83b2263f0

View File

@ -32,6 +32,7 @@ public class CrossChainUtils {
try {
blockchainProvider.getCurrentHeight();
} catch (ForeignBlockchainException e) {
LOGGER.warn("Problems getting block height before building server configuration infos");
}
ChainableServer currentServer = blockchainProvider.getCurrentServer();