diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index 0e4cff405..acd066f63 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -2024,7 +2024,7 @@ void GetKomodoEarlytxidScriptPub() StartShutdown(); return; } - if ( ASSETCHAINS_EARLYTXIDCONTRACT == EVAL_PRICES && KOMODO_SNAPSHOT_INTERVAL == 0 ) + if ( ASSETCHAINS_EARLYTXIDCONTRACT == EVAL_PRICES && HUSH_SNAPSHOT_INTERVAL == 0 ) { fprintf(stderr, "Prices->paymentsCC contract must have -ac_snapshot enabled to pay out.\n"); StartShutdown();