summaryrefslogtreecommitdiff
path: root/bip-0144.mediawiki
diff options
context:
space:
mode:
authorJohnson Lau <jl2012@xbt.hk>2016-01-19 11:49:44 +0800
committerJohnson Lau <jl2012@xbt.hk>2016-01-19 11:49:44 +0800
commit171c3929af95435198ab064ebf929686bbd940f4 (patch)
treecd1076c74661b94a47ccebd95f054fababba52ae /bip-0144.mediawiki
parent345f1c48fa0d1b78a765ea84d9c1dec22caa73e6 (diff)
parentf01ec3ff5ea48684b5b1e52165bd642028b80e0e (diff)
downloadbips-171c3929af95435198ab064ebf929686bbd940f4.tar.xz
Merge remote-tracking branch 'refs/remotes/bitcoin/master'
Diffstat (limited to 'bip-0144.mediawiki')
-rw-r--r--bip-0144.mediawiki4
1 files changed, 2 insertions, 2 deletions
diff --git a/bip-0144.mediawiki b/bip-0144.mediawiki
index ed8cf2b..736fadd 100644
--- a/bip-0144.mediawiki
+++ b/bip-0144.mediawiki
@@ -12,7 +12,7 @@
This BIP defines new messages and serialization formats for propagation of transactions and blocks committing to segregated witness structures.
==Motivation==
-In addition to defining witness structures and requiring commitments in future blocks (BIPxxxx - Consensus segwit BIP), new mechanisms must be defined to allow peers to advertise support for segregated witness and to relay the witness structures and request them from other peers without breaking compatibility with older nodes.
+In addition to defining witness structures and requiring commitments in future blocks ([https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki BIP141] - Consensus segwit BIP), new mechanisms must be defined to allow peers to advertise support for segregated witness and to relay the witness structures and request them from other peers without breaking compatibility with older nodes.
==Specification==
@@ -116,7 +116,7 @@ MSG_WITNESS_BLOCK requests will return a block message with transactions that ha
Special thanks to Gregory Maxwell for originating many of the ideas in this BIP and Luke-Jr for figuring out how to deploy this as a soft fork.
== Reference Implementation ==
-https://github.com/sipa/bitcoin/commits/segwit
+https://github.com/sipa/bitcoin/commits/segwit3
== Copyright ==
This document is placed in the public domain.