fix Compiler warnings

This commit is contained in:
jl777
2018-11-01 07:11:29 -11:00
parent 8fded6d999
commit 7fe7c22158
2 changed files with 2 additions and 2 deletions

View File

@@ -74,6 +74,7 @@ CC* GetCryptoCondition(CScript const& scriptSig)
std::vector<unsigned char> ffbin;
if (scriptSig.GetOp(pc, opcode, ffbin))
return cc_readFulfillmentBinary((uint8_t*)ffbin.data(), ffbin.size()-1);
else return(0);
}
bool IsCCInput(CScript const& scriptSig)