Skip to content

Commit 9d99270

Browse files
committed
Adds a missing BIP 141 segwit BIP reference
Adding a missing reference to BIP 141 for clarity.
1 parent a849f8c commit 9d99270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0144.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Parsers supporting this BIP will be able to distinguish between the old serializ
7777

7878
If the witness is empty, the old serialization format should be used.
7979

80-
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.
80+
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.
8181

8282
* '''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.
8383

0 commit comments

Comments
 (0)