typedef struct { unsigned char data[64]; } secp256k1_schnorrsig;

This commit is contained in:
jl777
2019-02-21 02:33:11 -11:00
parent aec159bdc0
commit 3106e5f0a8
2 changed files with 3 additions and 1 deletions

View File

@@ -589,6 +589,9 @@ uint256 juint256(cJSON *obj)
#include "../secp256k1/src/basic-config.h"
#include "../secp256k1/include/secp256k1.h"
#include "../secp256k1/src/ecmult.h"
#include "../secp256k1/src/ecmult_gen.h"
typedef struct { unsigned char data[64]; } secp256k1_schnorrsig;
/*
#include "../secp256k1/src/util.h"

View File

@@ -18,7 +18,6 @@
//#include "../secp256k1/include/secp256k1_schnorrsig.h"
#include "../secp256k1/include/secp256k1_musig.h"
typedef struct { unsigned char data[64]; } secp256k1_schnorrsig;
#define MUSIG_PREVN 0 // for now, just use vout0 for the musig output
#define MUSIG_TXFEE 10000