I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 001070f6 authored by zzz's avatar zzz
Browse files

fix setting of BC_AVAILABLE thx str4d

parent ffa03f2b
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ class ECConstants { ...@@ -55,7 +55,7 @@ class ECConstants {
log("BC provider already loaded"); log("BC provider already loaded");
loaded = true; loaded = true;
} }
BC_AVAILABLE = true; BC_AVAILABLE = loaded;
} }
public static boolean isBCAvailable() { return BC_AVAILABLE; } public static boolean isBCAvailable() { return BC_AVAILABLE; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment