File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -116,10 +116,7 @@ impl Inscription {
116
116
bytes
117
117
}
118
118
119
- pub ( crate ) fn append_reveal_script_to_builder (
120
- & self ,
121
- mut builder : script:: Builder ,
122
- ) -> script:: Builder {
119
+ pub fn append_reveal_script_to_builder ( & self , mut builder : script:: Builder ) -> script:: Builder {
123
120
builder = builder
124
121
. push_opcode ( opcodes:: OP_FALSE )
125
122
. push_opcode ( opcodes:: all:: OP_IF )
@@ -149,7 +146,7 @@ impl Inscription {
149
146
self . append_reveal_script_to_builder ( builder) . into_script ( )
150
147
}
151
148
152
- pub ( crate ) fn append_batch_reveal_script_to_builder (
149
+ pub fn append_batch_reveal_script_to_builder (
153
150
inscriptions : & [ Inscription ] ,
154
151
mut builder : script:: Builder ,
155
152
) -> script:: Builder {
@@ -160,7 +157,7 @@ impl Inscription {
160
157
builder
161
158
}
162
159
163
- pub ( crate ) fn append_batch_reveal_script (
160
+ pub fn append_batch_reveal_script (
164
161
inscriptions : & [ Inscription ] ,
165
162
builder : script:: Builder ,
166
163
) -> ScriptBuf {
You can’t perform that action at this time.
0 commit comments