Clean up dead code and cruft

This commit is contained in:
Duke Leto
2021-09-01 14:46:53 -04:00
parent 5c2293336a
commit b713f43487
9 changed files with 35 additions and 68 deletions

View File

@@ -69,7 +69,7 @@ void hush_eventadd_notarized(struct hush_state *sp,char *symbol,int32_t height,c
void hush_eventadd_pubkeys(struct hush_state *sp,char *symbol,int32_t height,uint8_t num,uint8_t pubkeys[64][33])
{
struct hush_event_pubkeys P;
//printf("eventadd pubkeys ht.%d\n",height);
fprintf(stderr, "%s: eventadd pubkeys height=%d\n",__func__,height);
memset(&P,0,sizeof(P));
P.num = num;
memcpy(P.pubkeys,pubkeys,33 * num);