Author: David A. Harding 2015-08-27 11:03:30
Published on: 2015-08-27T11:03:30+00:00
In a discussion on the bitcoin-dev mailing list, Rusty Russell proposed an IsStandard() rule which would require transactions to have a locktime of 0 if any of its inputs use a non-final sequence. However, Dave points out that this would make locktime useless for delaying confirmation in IsStandard() transactions, because the consensus rules require at least one input to be non-final for locktime to have any effect.
Updated on: 2023-06-10T19:19:48.993058+00:00