bitcoin/src/policy
Johnson Lau 7485488e90 Policy to reject extremely small transactions
A transaction with 1 segwit input and 1 P2WPHK output has non-witness size of 82 bytes. Anything smaller than this have unnecessary malloc overhead and are not relayed/mined.
2018-05-05 04:26:13 +08:00
..
feerate.cpp Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
feerate.h Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
fees.cpp fee estimator: avoid sorting mempool on shutdown 2018-01-25 18:02:24 -05:00
fees.h Merge #12859: Bugfix: Include <memory> for std::unique_ptr 2018-04-05 09:31:53 +02:00
policy.cpp Extract consts for WITNESS_V0 hash sizes 2018-04-10 20:13:32 -07:00
policy.h Policy to reject extremely small transactions 2018-05-05 04:26:13 +08:00
rbf.cpp scripted-diff: Convert 11 enums into scoped enums (C++11) 2018-03-09 15:03:40 +01:00
rbf.h scripted-diff: Convert 11 enums into scoped enums (C++11) 2018-03-09 15:03:40 +01:00