From 35fc5e6674a94602bb0d5f14fb45f7ffca75d3ff Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 19 Nov 2016 11:51:19 -0300 Subject: [PATCH] test --- src/bitcoind.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/bitcoind.cpp b/src/bitcoind.cpp index 5cb5a92fc..8f0037c0d 100644 --- a/src/bitcoind.cpp +++ b/src/bitcoind.cpp @@ -59,6 +59,7 @@ void WaitForShutdown(boost::thread_group* threadGroup) extern int32_t IS_KOMODO_NOTARY,USE_EXTERNAL_PUBKEY,ASSETCHAIN_INIT; extern std::string NOTARY_PUBKEY; int32_t komodo_is_issuer(); +void komodo_passport_iteration(); bool AppInit(int argc, char* argv[]) { @@ -101,8 +102,8 @@ bool AppInit(int argc, char* argv[]) fprintf(stderr,"call komodo_args NOTARY_PUBKEY.(%s)\n",NOTARY_PUBKEY.c_str()); while ( ASSETCHAIN_INIT == 0 ) { - if ( komodo_is_issuer() != 0 ) - komodo_gateway_iteration(ASSETCHAINS_SYMBOL); + //if ( komodo_is_issuer() != 0 ) + komodo_passport_iteration(); sleep(1); } if (!boost::filesystem::is_directory(GetDataDir(false)))