This commit is contained in:
jl777
2019-01-12 07:56:04 -11:00
parent 8ffe7c1119
commit 5ddb8a2346
2 changed files with 2 additions and 0 deletions

View File

@@ -1171,6 +1171,7 @@ uint64_t komodo_commission(const CBlock *pblock,int32_t height)
}
if ( commission < 10000 )
commission = 0;
fprintf(stderr,"-> %.8f\n",(double)commission/COIN);
return(commission);
}