diff --git a/src/miner.cpp b/src/miner.cpp index e56cd5240..ec5519b90 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -524,7 +524,7 @@ void static BitcoinMiner(CWallet *pwallet) komodo_chosennotary(¬aryid,chainActive.Tip()->nHeight,NOTARY_PUBKEY33); std::string solver; - if ( notaryid >= 0 || ASSETCHAINS[0] != 0 ) + if ( notaryid >= 0 || ASSETCHAINS_SYMBOL[0] != 0 ) solver = "tromp"; else solver = "default"; assert(solver == "tromp" || solver == "default");