diff --git a/bip-0069.mediawiki b/bip-0069.mediawiki index e868df31e6..12c45fcd59 100644 --- a/bip-0069.mediawiki +++ b/bip-0069.mediawiki @@ -15,10 +15,6 @@ As a result, wallet clients often have a discernible blockchain fingerprint, and By contrast, a standard for non-deterministic sorting could be difficult to audit. This document proposes deterministic lexicographical sorting, using hashes of previous transactions and output indices to sort transaction inputs, as well as values and scriptPubKeys to sort transaction outputs. -==Copyright== - -This BIP is in the public domain. - ==Motivation== Currently, there is no clear standard for how wallet clients ought to order transaction inputs and outputs. @@ -167,3 +163,7 @@ Outputs: Danno Ferrin <danno@numisight.com>, Sergio Demian Lerner <sergiolerner@certimix.com>, Justus Ranvier <justus@openbitcoinprivacyproject.org>, and Peter Todd <pete@petertodd.org> contributed to the design and motivations for this BIP. A similar proposal was submitted to the Bitcoin-dev mailing list independently by Rusty Russell <rusty@rustcorp.com.au> + +==Copyright== + +This BIP is in the public domain.