forked from Qortal/qortal
Catch UnsatisfiedLinkError when initializing Pirate Chain library
This commit is contained in:
parent
28fd9241d4
commit
abce068b97
@ -97,7 +97,7 @@ public class PirateWallet {
|
|||||||
Integer ourHeight = this.getHeight();
|
Integer ourHeight = this.getHeight();
|
||||||
return (ourHeight != null && ourHeight > 0);
|
return (ourHeight != null && ourHeight > 0);
|
||||||
|
|
||||||
} catch (IOException | JSONException e) {
|
} catch (IOException | JSONException | UnsatisfiedLinkError e) {
|
||||||
LOGGER.info("Unable to initialize Pirate Chain wallet: {}", e.getMessage());
|
LOGGER.info("Unable to initialize Pirate Chain wallet: {}", e.getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user