rogue.seed.0

This commit is contained in:
jl777
2019-02-16 08:20:56 -11:00
parent 0ddddd52f0
commit a2da66be25

View File

@@ -859,7 +859,7 @@ UniValue rogue_extract(uint64_t txfee,struct CCcontract_info *cp,cJSON *params)
}
if ( keystrokes != 0 )
{
sprintf(fname,"%llu.0",(long long)seed);
sprintf(fname,"rogue.%llu.0",(long long)seed);
if ( (fp= fopen(fname,"wb")) != 0 )
{
if ( fwrite(keystrokes,1,numkeys,fp) != numkeys )