Browse Source

more header file changes

pull/5/head
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(); StartShutdown();
return; 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"); fprintf(stderr, "Prices->paymentsCC contract must have -ac_snapshot enabled to pay out.\n");
StartShutdown(); StartShutdown();

Loading…
Cancel
Save