nochowderforyou / clams

Clam Project
MIT License
62 stars 58 forks source link

the documentation for -mininput's default disagrees with the code #177

Closed dooglus closed 9 years ago

dooglus commented 9 years ago

The default:

int64_t nMinimumInputValue = 0;

The documented default;

"When creating transactions, ignore inputs with value less than this (default: 0.01)"

We should change one of these - but which?

dooglus commented 9 years ago

I changed the documentation.

Fixed in de0f22c5.