Disable getblocktemplate flag

This commit is contained in:
blackjok3r
2019-02-10 21:44:06 +08:00
parent 0ac9828870
commit 8328842ff0
2 changed files with 16 additions and 2 deletions

View File

@@ -119,7 +119,7 @@ UniValue getiguanajson(const UniValue& params, bool fHelp)
notaries.push_back(notary);
}
// get the min sigs .. this always rounds UP so mine sigs in iguana is +1 min sigs in komodod, due to some rounding error.
// get the min sigs .. this always rounds UP so min sigs in iguana is +1 min sigs in komodod, due to some rounding error.
int minsigs;
if ( num_notaries_STAKED[era]/5 > overrideMinSigs )
minsigs = (num_notaries_STAKED[era] / 5) + 1;