This commit is contained in:
jl777
2019-02-07 07:31:00 -11:00
parent f40a353e08
commit e5198d57b2
2 changed files with 3 additions and 3 deletions

View File

@@ -483,7 +483,7 @@ int32_t rogue_findbaton(struct CCcontract_info *cp,char **keystrokesp,int32_t &n
return(-4);
else batonht = pindex->GetHeight();
batonvalue = batontx.vout[0].nValue;
printf("keystrokes[%d]\n",numkeys);
//printf("keystrokes[%d]\n",numkeys);
return(0);
}
}