mirror of
https://github.com/Qortal/qortal.git
synced 2025-11-02 08:27:05 +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