This commit is contained in:
blackjok3r
2018-09-21 17:21:30 +08:00
parent 0233e249cf
commit c2ec9c5468
3 changed files with 3 additions and 3 deletions

View File

@@ -231,7 +231,7 @@ int32_t komodo_notaries(uint8_t pubkeys[64][33],int32_t height,uint32_t timestam
{
if ( did1 == 0 )
{
if (is_STAKED == 1)
if (is_STAKED() == 1)
{
n1 = num_notaries_STAKED;
for (i=0; i<n1; i++)