This commit is contained in:
blackjok3r
2018-09-25 14:27:08 +08:00
parent 84f0f23626
commit d6726e1bd6

View File

@@ -50,7 +50,7 @@ NotarisationsInBlock ScanBlockNotarisations(const CBlock &block, int nHeight)
} else if (staked_era == 1) } else if (staked_era == 1)
{ {
// era 1 // era 1
auth_STAKED = auth_STAKED_chosen(notaries_STAKED,num_notaries_STAKED); auth_STAKED = auth_STAKED_chosen(notaries_STAKED1,num_notaries_STAKED1);
/* /*
auth_STAKED.requiredSigs = (num_notaries_STAKED1 / 5); auth_STAKED.requiredSigs = (num_notaries_STAKED1 / 5);
auth_STAKED.size = num_notaries_STAKED1; auth_STAKED.size = num_notaries_STAKED1;