Fix notary code

This commit is contained in:
Duke
2023-11-23 19:18:21 -05:00
parent 6db872acd0
commit 51c5d03215
3 changed files with 413 additions and 11 deletions

View File

@@ -1782,8 +1782,8 @@ void hush_args(char *argv0)
USE_EXTERNAL_PUBKEY = 1;
if ( IS_HUSH_NOTARY == 0 )
{
// We dont have any chain data yet, so use system clock to guess.
// I think on season change should recommend notaries to use -notary to avoid needing this.
// We dont have any chain data yet, so use system clock to guess.
// I think on season change should recommend notaries to use -notary to avoid needing this.
int32_t hush_season = getacseason(time(NULL));
for (i=0; i<64; i++)
{