Browse Source

print fund notaries

etomic
jl777 8 years ago
parent
commit
f2860ccd14
  1. 2
      iguana/iguana_notary.c

2
iguana/iguana_notary.c

@ -495,7 +495,7 @@ STRING_AND_INT(dpow,fundnotaries,symbol,numblocks)
printf("ERROR with (%s)\n",cmd); printf("ERROR with (%s)\n",cmd);
else else
{ {
printf("(%d %f) ",j,val); printf("%s\n",cmd);
sum += val; sum += val;
} }
} }

Loading…
Cancel
Save