This commit is contained in:
jl777
2019-02-08 02:09:22 -11:00
parent 54c02fe3ab
commit 652f1dc199

View File

@@ -385,7 +385,7 @@ int32_t rogue_playerdata(struct CCcontract_info *cp,uint256 &origplayergame,CPub
if ( vopret.size() > 34 && script[0] == EVAL_ROGUE && (script[1] == 'H' || script[1] == 'Q' || script[1] == 'S') )
{
memcpy(&highlander,script+2,sizeof(highlander));
highlander = revuint256(highlander);
//highlander = revuint256(highlander);
fprintf(stderr,"got highlander.%s\n",highlander.ToString().c_str());
if ( rogue_iterateplayer(highlander,playertxid) == 0 )
{