From 6408632ab35316f1b68c035a4508c05c98d49d3b Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 12 Jul 2019 01:37:46 -1100 Subject: [PATCH] Fix --- src/cc/fsm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/fsm.cpp b/src/cc/fsm.cpp index dca2efd2d..58b2120cf 100644 --- a/src/cc/fsm.cpp +++ b/src/cc/fsm.cpp @@ -133,7 +133,7 @@ int64_t AddFSMInputs(struct CCcontract_info *cp,CMutableTransaction &mtx,CPubKey // prevent dup if ( it->second.satoshis < 1000000 ) continue; - if ( myGetTransaction(txid,vintx,hashBlock,false) != 0 ) + if ( myGetTransaction(txid,vintx,hashBlock) != 0 ) { if ( (nValue= IsFSMvout(cp,vintx,(int32_t)it->first.index)) > 0 ) {