From 20e2d0b747ff50394cab8e613eb9111f2e13731d Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 25 Jul 2018 00:38:35 -1100 Subject: [PATCH] Test --- src/rpcnet.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rpcnet.cpp b/src/rpcnet.cpp index 27650aa17..233aeb2c8 100644 --- a/src/rpcnet.cpp +++ b/src/rpcnet.cpp @@ -196,6 +196,7 @@ int32_t komodo_longestchain() } if ( num > (n >> 1) ) { + extern char ASSETCHAINS_SYMBOL[]; if ( height != KOMODO_LONGESTCHAIN ) fprintf(stderr,"set %s KOMODO_LONGESTCHAIN <- %d\n",ASSETCHAINS_SYMBOL,height); KOMODO_LONGESTCHAIN = height;