summaryrefslogtreecommitdiff
path: root/bip-0144.mediawiki
diff options
context:
space:
mode:
authorLuke-Jr <luke_github1@dashjr.org>2016-01-20 16:57:27 +0000
committerLuke-Jr <luke_github1@dashjr.org>2016-01-20 16:57:27 +0000
commitda0e020e248df068798d4837b7a91c79c98a8f56 (patch)
tree6a9edfff205eb660f4b4e25069ca8f8877af306c /bip-0144.mediawiki
parentae9947f98dd2026daf7a88f6e0eaa0fb0c580b5d (diff)
parent9d99270419bd9ce114ac19a1f77886077f0b50aa (diff)
downloadbips-da0e020e248df068798d4837b7a91c79c98a8f56.tar.xz
Merge pull request #288 from iamsamwood/iamsamwood-patch-1
Adds a missing BIP 141 segwit BIP reference
Diffstat (limited to 'bip-0144.mediawiki')
-rw-r--r--bip-0144.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0144.mediawiki b/bip-0144.mediawiki
index 5503044..1106c39 100644
--- a/bip-0144.mediawiki
+++ b/bip-0144.mediawiki
@@ -77,7 +77,7 @@ Parsers supporting this BIP will be able to distinguish between the old serializ
If the witness is empty, the old serialization format should be used.
-Witness objects can be extended to contain other kinds of witness data not yet specified. This BIP is agnostic to the witness data structure, defined in BIPxxxx (Consensus Segwit BIP), and treats it as an arbitrary byte array.
+Witness objects can be extended to contain other kinds of witness data not yet specified. This BIP is agnostic to the witness data structure, defined in [https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki BIP141] (Consensus segwit BIP), and treats it as an arbitrary byte array.
* '''Rationale for not having an independent message type with its own serialization''': this would require separate "tx" and "block" messages, and all RPC calls operating on raw transactions would need to be duplicated, or need inefficinent or nondeterministic guesswork to know which type is to be used.