fix PIRATE

This commit is contained in:
blackjok3r
2019-05-20 22:18:55 +08:00
parent e90ac44dde
commit d5eea5669e
2 changed files with 6 additions and 1 deletions

View File

@@ -124,7 +124,7 @@ int32_t komodo_notaries(uint8_t pubkeys[64][33],int32_t height,uint32_t timestam
{
// this is PIRATE, we need to populate the address array for the notary exemptions.
for (i = 0; i<NUM_KMD_NOTARIES; i++)
pubkey2addr((char *)NOTARY_ADDRESSES[kmd_season-1][i],(uint8_t *)kmd_pubkeys[kmd_season-1]);
pubkey2addr((char *)NOTARY_ADDRESSES[kmd_season-1][i],(uint8_t *)kmd_pubkeys[kmd_season-1][i]);
}
didinit[kmd_season-1] = 1;
}