try call function

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

View File

@@ -50,11 +50,14 @@ NotarisationsInBlock ScanBlockNotarisations(const CBlock &block, int nHeight)
} else if (staked_era == 1)
{
// era 1
auth_STAKED = auth_STAKED_chosen(notaries_STAKED,num_notaries_STAKED);
/*
auth_STAKED.requiredSigs = (num_notaries_STAKED1 / 5);
auth_STAKED.size = num_notaries_STAKED1;
for (int n=0; n<auth_STAKED.size; n++)
for (size_t i=0; i<33; i++)
sscanf(notaries_STAKED1[n][1]+(i*2), "%2hhx", auth_STAKED.notaries[n]+i);
*/
} else if (staked_era == 2)
{
// era 2