3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-07 23:03:04 +00:00

Disable native secp256k1 so DCE can delete the relevant code entirely.

This commit is contained in:
Mike Hearn 2013-06-24 17:48:58 +02:00
parent fbd767320c
commit 0c00b24bbc

View File

@ -32,7 +32,7 @@ import com.google.common.base.Preconditions;
* </p>
*/
public class NativeSecp256k1 {
public static boolean enabled = true;
public static boolean enabled = false;
static {
try {
System.loadLibrary("javasecp256k1");