# Gavin Andresen # 2011-03-02 21:36:07 # https://bitcointalk.org/index.php?topic=4064.msg58529#msg58529 @s{(link)} @p{par} This makes CTransaction::CreateTransaction use the same rules for what transactions require a fee as CBlock::CreateBlock. @p{par} The mismatch was the root cause of the transaction slowness (low-priority free transactions were created but weren't being included into blocks until they 'matured' and had a higher priority). @p{brk}