From fe7f9ef1bf132a069d0c0ac940e54c9dbabb9c51 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 25 Feb 2019 07:08:23 -1100 Subject: [PATCH] Test --- src/cc/dilithium.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cc/dilithium.c b/src/cc/dilithium.c index 8eadc72cd..c0661b64a 100644 --- a/src/cc/dilithium.c +++ b/src/cc/dilithium.c @@ -3329,6 +3329,7 @@ UniValue dilithium_Qsend(uint64_t txfee,struct CCcontract_info *cp,cJSON *params if ( is_hexstr(scriptstr,0) == 64 ) { prevhash = juint256(jitem(params,i)); + fprintf(stderr,"call bigpub\n"); if ( dilithium_bigpubget(handle,destpub33,pk2,prevhash) < 0 ) { mtx.vout.push_back(MakeCC1vout(cp->evalcode,amount,destpub33));