This commit is contained in:
jl777
2016-11-23 13:45:20 -03:00
parent 55ecfab2cc
commit d6be719d8a
2 changed files with 13 additions and 9 deletions

View File

@@ -398,7 +398,7 @@ Value minerids(const Array& params, bool fHelp)
int32_t height = atoi(params[0].get_str().c_str());
if ( height <= 0 )
height = chainActive.Tip()->nHeight;
if ( (n= komodo_minerids(minerids,height)) > 0 && n <= 64 )
if ( (n= komodo_minerids(minerids,height)) > 0 )
{
memset(tally,0,sizeof(tally));
numnotaries = komodo_notaries(pubkeys,height);