From c6f76053471b1a5b2af29da61b618928ac8c7704 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 6 Nov 2016 21:14:28 -0300 Subject: [PATCH] test --- src/bitcoind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bitcoind.cpp b/src/bitcoind.cpp index b5dac427a..738247604 100644 --- a/src/bitcoind.cpp +++ b/src/bitcoind.cpp @@ -45,7 +45,7 @@ void WaitForShutdown(boost::thread_group* threadGroup) MilliSleep(2000); if ( ASSETCHAINS_SYMBOL[0] != 0 ) komodo_gateway_iteration(ASSETCHAINS_SYMBOL); - else komodo_iteration("EUR"); + else komodo_iteration((char *)"EUR"); fShutdown = ShutdownRequested(); }