forked from I2P_Developers/i2p.i2p
fix setting of BC_AVAILABLE thx str4d
This commit is contained in:
@@ -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; }
|
||||||
|
|||||||
Reference in New Issue
Block a user