This commit is contained in:
blackjok3r
2018-11-04 17:26:24 +08:00
parent e30bbc5dd7
commit 366554f203

View File

@@ -159,6 +159,7 @@ int STAKED_era(int timestamp)
if ( NOTARY_PUBKEY33[0] != 0 && NOTARYADDRS[0] != 0 ) if ( NOTARY_PUBKEY33[0] != 0 && NOTARYADDRS[0] != 0 )
{ {
IS_STAKED_NOTARY= updateStakedNotary(); IS_STAKED_NOTARY= updateStakedNotary();
fprintf(stderr, "notary number: %d\n", IS_STAKED_NOTARY);
if ( IS_STAKED_NOTARY > -1 ) if ( IS_STAKED_NOTARY > -1 )
{ {
IS_KOMODO_NOTARY = 0; IS_KOMODO_NOTARY = 0;