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:
parent
fbd767320c
commit
0c00b24bbc
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user