minsigs =2

This commit is contained in:
blackjok3r
2019-02-06 15:30:54 +08:00
parent b9779b671c
commit 1728ffabdc
2 changed files with 2 additions and 2 deletions

View File

@@ -3285,7 +3285,7 @@ bool ConnectBlock(const CBlock& block, CValidationState& state, CBlockIndex* pin
fprintf(stderr,"grandfathered exception, until jan 15th 2019\n"); fprintf(stderr,"grandfathered exception, until jan 15th 2019\n");
} }
// Do this here before the block is moved to the main block files. // Do this here before the block is moved to the main block files.
if ( ASSETCHAINS_NOTARY_PAY != 0 && pindex->GetHeight() != 0 ) if ( ASSETCHAINS_NOTARY_PAY != 0 && pindex->GetHeight() > 10 )
{ {
// do a full block scan to get notarisation position and to enforce 1 notarisation is in block only. // do a full block scan to get notarisation position and to enforce 1 notarisation is in block only.
// if notarisation in the block, must be position 1 and the coinbase must pay notaries. // if notarisation in the block, must be position 1 and the coinbase must pay notaries.

View File

@@ -7,7 +7,7 @@
static const int32_t iguanaPort = 9997; static const int32_t iguanaPort = 9997;
static const int8_t BTCminsigs = 13; static const int8_t BTCminsigs = 13;
static const int8_t overrideMinSigs = 0; static const int8_t overrideMinSigs = 2;
static const char *iguanaSeeds[8][1] = static const char *iguanaSeeds[8][1] =
{ {
{"80.240.17.222"}, {"80.240.17.222"},