Re: [Bitcoin-development] Changing the fee on already sent transactions

2013-03-12 Thread Luke-Jr
On Tuesday, March 12, 2013 9:47:00 AM Peter Todd wrote: > We can allow for transaction replacement for the purpose of adding fees > to existing transactions safely, and while not increasing the risk of > double-spends by taking advantage of the stubbed out replacement code. Side note: Adding fees

Re: [Bitcoin-development] Changing the fee on already sent transactions

2013-03-12 Thread Gregory Maxwell
On Tue, Mar 12, 2013 at 2:47 AM, Peter Todd wrote: > Followed by the actual replacement logic. We could change this logic to > instead evaluate if the candidate replacement does not remove or > decrease the value of any existing outputs. Adding outputs is ok. > Changing the set of inputs is also o

[Bitcoin-development] Changing the fee on already sent transactions

2013-03-12 Thread Peter Todd
We can allow for transaction replacement for the purpose of adding fees to existing transactions safely, and while not increasing the risk of double-spends by taking advantage of the stubbed out replacement code. Specifically the replacement code allows for the replacement of a transaction if a tr