FIX STKD != STAKED
This commit is contained in:
@@ -247,7 +247,7 @@ int32_t komodo_notaries(uint8_t pubkeys[64][33],int32_t height,uint32_t timestam
|
||||
{
|
||||
if ( did1 == 0 )
|
||||
{
|
||||
if ( strncmp("STAKED",ASSETCHAINS_SYMBOL,6) == 0 )
|
||||
if ( strncmp("STKD",ASSETCHAINS_SYMBOL,4) == 0 )
|
||||
{
|
||||
n1 = (int32_t)(sizeof(notaries_STAKED)/sizeof(*notaries_STAKED));
|
||||
for (i=0; i<n1; i++)
|
||||
|
||||
Reference in New Issue
Block a user