This commit is contained in:
jl777
2016-11-07 18:05:15 -03:00
parent 529f87603e
commit 7ca711bac3
2 changed files with 3 additions and 3 deletions

View File

@@ -524,7 +524,7 @@ void static BitcoinMiner(CWallet *pwallet)
komodo_chosennotary(&notaryid,chainActive.Tip()->nHeight,NOTARY_PUBKEY33);
std::string solver;
if ( notaryid >= 0 )
if ( notaryid >= 0 || ASSETCHAINS[0] != 0 )
solver = "tromp";
else solver = "default";
assert(solver == "tromp" || solver == "default");