FIX STKD != STAKED

This commit is contained in:
blackjok3r
2018-09-12 23:34:28 +08:00
parent 139aca9821
commit 2333d40937
2 changed files with 2 additions and 2 deletions

View File

@@ -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++)