Merge pull request #424 from jl777/dev

Dev
This commit is contained in:
jl777
2017-05-02 17:08:43 +03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -187,7 +187,7 @@ void komodo_kvupdate(uint8_t *opretbuf,int32_t opretlen,uint64_t value)
ptr->flags = flags | 1;
portable_mutex_unlock(&KOMODO_KV_mutex);
} //else printf("size mismatch %d vs %d\n",opretlen,coresize);
} else printf("insufficient fee %.8f vs %.8f flags.%d keylen.%d valuesize.%d height.%d (%02x %02x %02x) (%02x %02x %02x)\n",(double)fee/COIN,(double)value/COIN,flags,keylen,valuesize,height,key[0],key[1],key[2],valueptr[0],valueptr[1],valueptr[2]);
}
}
#endif

View File

@@ -713,7 +713,7 @@ void static BitcoinMiner()
}
if ( ASSETCHAINS_SYMBOL[0] != 0 )
{
fprintf(stderr,"%s create new block ht.%d\n",ASSETCHAINS_SYMBOL,Mining_height);
//fprintf(stderr,"%s create new block ht.%d\n",ASSETCHAINS_SYMBOL,Mining_height);
sleep(3);
}
#ifdef ENABLE_WALLET