mirror of
https://github.com/Qortal/qortal.git
synced 2025-08-19 00:51:28 +00:00
some simple error logging
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user