This commit is contained in:
jl777
2018-09-11 03:40:49 -11:00
parent e2d99d8d68
commit 27eb08b64e

View File

@@ -598,7 +598,7 @@ std::string GatewaysDeposit(uint64_t txfee,uint256 bindtxid,std::vector<CPubKey>
{
uint256 tmp;
decode_hex((uint8_t *)&tmp,32,(char *)"90aedc2f19200afc9aca2e351438d011ebae8264a58469bf225883045f61917f");
endiancpy((uint8_t *)&merkleroot,(uint8_t *)&tmp,32);
merkleroot = revuint256(tmp);
fprintf(stderr,"couldnt find merkleroot for ht.%d %s oracle.%s m.%d vs n.%d\n",height,coin.c_str(),uint256_str(str,oracletxid),m,n);
//return("");
}