From a762316ef1b4a7886cfa944394a18fe23f40eacc Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 25 Feb 2019 06:46:28 -1100 Subject: [PATCH] ; --- src/cc/dilithium.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/dilithium.c b/src/cc/dilithium.c index 432b4b264..a0aadd209 100644 --- a/src/cc/dilithium.c +++ b/src/cc/dilithium.c @@ -3339,7 +3339,7 @@ UniValue dilithium_Qsend(uint64_t txfee,struct CCcontract_info *cp,cJSON *params } if ( (inputsum= dilithium_inputs(cp,mtx,mypk,outputsum+txfee,64,myCCaddr)) >= outputsum+txfee ) { - change = (inputsum - outputsum - txfee) + change = (inputsum - outputsum - txfee); if ( change >= txfee ) { mtx.vout.push_back(MakeCC1vout(cp->evalcode,change,mypk));