bitcoin/src/policy
Matt Corallo 1789e4675b Force explicit double -> int conversion for CFeeRate constructor
This resolves an issue where estimatesmartfee would return 999
sat/byte instead of 1000, due to floating point loss of precision

Thanks to sipa for suggesting is_integral.
2017-09-11 18:07:52 -04:00
..
feerate.cpp Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module 2017-05-03 18:00:13 +02:00
feerate.h Force explicit double -> int conversion for CFeeRate constructor 2017-09-11 18:07:52 -04:00
fees.cpp Force explicit double -> int conversion for CFeeRate constructor 2017-09-11 18:07:52 -04:00
fees.h Declare single-argument (non-converting) constructors "explicit" 2017-08-16 16:33:25 +02:00
policy.cpp Merge #10682: Trivial: Move the AreInputsStandard documentation next to its implementation 2017-09-06 18:12:53 -07:00
policy.h Remove factor of 3 from definition of dust. 2017-07-17 07:10:03 -04:00
rbf.cpp scripted-diff: Fully remove BOOST_FOREACH 2017-06-05 20:10:50 +02:00
rbf.h Introduce MAX_BIP125_RBF_SEQUENCE constant 2017-06-05 23:14:34 +00:00