Skip to content

Commit 952ba4a

Browse files
committed
Assign BIP 114: Merkelized Abstract Syntax Tree
1 parent 735a556 commit 952ba4a

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.mediawiki

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,12 @@ Those proposing changes should consider that ultimately consent may rest with th
404404
| Standard
405405
| Draft
406406
|-
407+
| [[bip-0114.mediawiki|114]]
408+
| Merkelized Abstract Syntax Tree
409+
| Johnson Lau
410+
| Standard
411+
| Draft
412+
|-
407413
| [[bip-0120.mediawiki|120]]
408414
| Proof of Payment
409415
| Kalle Rosenbaum

bip-mast.mediawiki renamed to bip-0114.mediawiki

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<pre>
2-
BIP: ?
2+
BIP: 114
33
Title: Merkelized Abstract Syntax Tree
44
Author: Johnson Lau <[email protected]>
55
Status: Draft
@@ -135,7 +135,7 @@ The idea of MAST originates from Russell O’Connor, Pieter Wuille, and [https:/
135135
== Reference Implementation ==
136136
https://github.com/jl2012/bitcoin/commit/f335cab76eb95d4f7754a718df201216a4975d8c
137137

138-
<source lang=cpp>
138+
<source lang="cpp">
139139
if (witversion == 1) {
140140
if (program.size() == 32) {
141141
if (witness.stack.size() < 3)
@@ -189,4 +189,4 @@ if (witversion == 1) {
189189
*[[bip-0141.mediawiki|BIP141 Segregated Witness (Consensus layer)]]
190190
191191
== Copyright ==
192-
This document is placed in the public domain.
192+
This document is placed in the public domain.

0 commit comments

Comments
 (0)