This commit is contained in:
jl777
2017-10-10 14:29:37 +03:00
parent 6da8d0d55e
commit 1f8581e154

View File

@@ -61,7 +61,7 @@ uint64_t komodo_earned_interest(int32_t height,int64_t paidinterest)
interests[ind + 1] = 0; interests[ind + 1] = 0;
} }
} }
else fprintf(stderr,"interests.%d %.8f %.8f\n",height,dstr(interests[ind]),dstr(interests[ind+1])); //else fprintf(stderr,"interests.%d %.8f %.8f\n",height,dstr(interests[ind]),dstr(interests[ind+1]));
} }
return(0); return(0);
} }