From 835c617e721517a02fef2904a4f5ea4d8d99bbe6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 20 Oct 2016 12:22:09 -0300 Subject: [PATCH] test --- src/komodo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo.h b/src/komodo.h index 99097488d..438369ba3 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -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); } } }