try call function
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user