This commit is contained in:
jl777
2016-10-21 16:44:49 -03:00
parent 2fe65b37f5
commit 8a9bc02778
5 changed files with 31 additions and 25 deletions

View File

@@ -322,6 +322,11 @@ vector<unsigned char> ParseHexUO(map<string,UniValue>& o, string strKey)
return ParseHexUV(o[strKey], strKey);
}
uint32_t komodo_txtime(uint256 hash)
{
return(0);
}
static void MutateTxSign(CMutableTransaction& tx, const string& flagStr)
{
int nHashType = SIGHASH_ALL;