mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-12 10:15:52 +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>
|
* </p>
|
||||||
*/
|
*/
|
||||||
public class NativeSecp256k1 {
|
public class NativeSecp256k1 {
|
||||||
public static boolean enabled = true;
|
public static boolean enabled = false;
|
||||||
static {
|
static {
|
||||||
try {
|
try {
|
||||||
System.loadLibrary("javasecp256k1");
|
System.loadLibrary("javasecp256k1");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user