File tree 1 file changed +12
-4
lines changed
1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,9 @@ The current `bitcoin` predicates support the following `if_this` constructs:
87
87
{
88
88
" if_this" : {
89
89
" scope" : " outputs" ,
90
- " p2pkh" : " mr1iPkD9N3RJZZxXRk7xF9d36gffa6exNC"
90
+ " p2pkh" : {
91
+ " equals" : " mr1iPkD9N3RJZZxXRk7xF9d36gffa6exNC"
92
+ }
91
93
}
92
94
}
93
95
@@ -97,7 +99,9 @@ The current `bitcoin` predicates support the following `if_this` constructs:
97
99
{
98
100
" if_this" : {
99
101
" scope" : " outputs" ,
100
- " p2sh" : " 2MxDJ723HBJtEMa2a9vcsns4qztxBuC8Zb2"
102
+ " p2sh" : {
103
+ " equals" : " 2MxDJ723HBJtEMa2a9vcsns4qztxBuC8Zb2"
104
+ }
101
105
}
102
106
}
103
107
@@ -107,7 +111,9 @@ The current `bitcoin` predicates support the following `if_this` constructs:
107
111
{
108
112
" if_this" : {
109
113
" scope" : " outputs" ,
110
- " p2wpkh" : " bcrt1qnxknq3wqtphv7sfwy07m7e4sr6ut9yt6ed99jg"
114
+ " p2wpkh" : {
115
+ " equals" : " bcrt1qnxknq3wqtphv7sfwy07m7e4sr6ut9yt6ed99jg"
116
+ }
111
117
}
112
118
}
113
119
@@ -117,7 +123,9 @@ The current `bitcoin` predicates support the following `if_this` constructs:
117
123
{
118
124
" if_this" : {
119
125
" scope" : " outputs" ,
120
- " p2wsh" : " bc1qklpmx03a8qkv263gy8te36w0z9yafxplc5kwzc"
126
+ " p2wsh" : {
127
+ " equals" : " bc1qklpmx03a8qkv263gy8te36w0z9yafxplc5kwzc"
128
+ }
121
129
}
122
130
}
123
131
You can’t perform that action at this time.
0 commit comments