Browse Source

more header file changes

minor
Duke Leto 4 years ago
parent
commit
c8513c2281
  1. 2
      src/komodo_bitcoind.h

2
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();

Loading…
Cancel
Save