Browse Source

Try to fake some notarizations in regtest so we can test things

pull/152/head
Jonathan "Duke" Leto 6 years ago
parent
commit
67d8ebb2ff
  1. 2
      src/komodo_validation011.h

2
src/komodo_validation011.h

@ -1224,6 +1224,8 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block)
numvalid = bitweight(signedmask);
if ( numvalid >= KOMODO_MINRATIFY )
notarized = 1;
if ( Params().NetworkIDString() == "regtest" && ( height%7 == 0) )
notarized = 1;
if ( IS_NOTARY )
LogPrint("dpow","(tx.%d: ",i);
for (j=0; j<numvouts; j++)

Loading…
Cancel
Save