This commit is contained in:
jl777
2016-10-20 12:22:09 -03:00
parent 7f18fdc406
commit 835c617e72

View File

@@ -505,7 +505,7 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block)
memset(&txhash,0,sizeof(txhash));
komodo_stateupdate(height,pubkeys,numvalid,0,txhash,0,0);
}
printf("new notaries.%d newheight.%d from height.%d\n",numvouts-1,KOMODO_PUBKEYHEIGHT(height),height);
printf("new notaries.%d newheight.%d from height.%d\n",numvouts-1,KOMODO_PUBKEYS_HEIGHT(height),height);
}
}
}