Author

Topic: [PULL] Transaction backlog fix (part 1?) (Read 1077 times)

legendary
Activity: 1652
Merit: 2216
Chief Scientist
March 02, 2011, 05:36:07 PM
#1
https://github.com/bitcoin/bitcoin/pull/88

This makes CTransaction::CreateTransaction use the same rules for what transactions require a fee as CBlock::CreateBlock.

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).
Jump to: