Browse Source

Reduce stderr spam

master
Duke 1 year ago
parent
commit
94500a6e39
  1. 2
      src/hush.h

2
src/hush.h

@ -504,7 +504,7 @@ void hush_stateupdate(int32_t height,uint8_t notarypubs[][33],uint8_t numnotarie
int32_t hush_validate_chain(uint256 srchash,int32_t notarized_height)
{
fprintf(stderr,"%s\n", __func__);
//fprintf(stderr,"%s\n", __func__);
static int32_t last_rewind; int32_t rewindtarget; CBlockIndex *pindex; struct hush_state *sp; char symbol[HUSH_SMART_CHAIN_MAXLEN],dest[HUSH_SMART_CHAIN_MAXLEN];
if ( (sp= hush_stateptr(symbol,dest)) == 0 )
return(0);

Loading…
Cancel
Save