summaryrefslogtreecommitdiff
path: root/bip-taproot.mediawiki
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2020-01-14 10:01:09 -0500
committerGitHub <noreply@github.com>2020-01-14 10:01:09 -0500
commit86eea8adb424f0f37b32e98046de2823c085f875 (patch)
treeae93ba3a66166809704d3b3d32ff6b73336f4420 /bip-taproot.mediawiki
parent138c62c8b04427988e3ae9d84940d121371eb31b (diff)
parent7497bdecebee902160bf4c98c73942e999be25c6 (diff)
downloadbips-86eea8adb424f0f37b32e98046de2823c085f875.tar.xz
Merge pull request #187 from sipa/202001_acks
Update acknowledgements, remove authors
Diffstat (limited to 'bip-taproot.mediawiki')
-rw-r--r--bip-taproot.mediawiki5
1 files changed, 2 insertions, 3 deletions
diff --git a/bip-taproot.mediawiki b/bip-taproot.mediawiki
index 7d2318e..d11f936 100644
--- a/bip-taproot.mediawiki
+++ b/bip-taproot.mediawiki
@@ -313,7 +313,6 @@ Depending on the implementation non-upgraded wallets may be able to send to Segw
== Acknowledgements ==
-This document is the result of discussions around script and signature improvements with many people, and had direct contributions from Jonas Nick, Anthony Towns, Greg Maxwell, and others. It further builds on top of earlier published proposals such as Taproot by Greg Maxwell, and Merkle branch constructions by Russell O'Connor, Johnson Lau, and Mark Friedenbach.
-
-Thanks to Arik Sosman for suggesting to sort Merkle node children before hashes, removing the need to transfer the position in the tree.
+This document is the result of discussions around script and signature improvements with many people, and had direct contributions from Greg Maxwell and others. It further builds on top of earlier published proposals such as Taproot by Greg Maxwell, and Merkle branch constructions by Russell O'Connor, Johnson Lau, and Mark Friedenbach.
+The authors wish the thank Arik Sosman for suggesting to sort Merkle node children before hashes, removing the need to transfer the position in the tree, as well as all those who provided valuable feedback and reviews, including the participants of the [https://github.com/ajtowns/taproot-review structured reviews].