Skip to content

Commit

Permalink
Merge pull request #13 from bitfinity-network/chore/pub-fn
Browse files Browse the repository at this point in the history
Make fn pub
  • Loading branch information
blutooth authored Mar 19, 2024
2 parents 1884eaa + 1860441 commit 25d4d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inscription/nft.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ impl Nft {
Ok(self.clone())
}

fn append_reveal_script_to_builder(
pub fn append_reveal_script_to_builder(
&self,
mut builder: ScriptBuilder,
) -> OrdResult<ScriptBuilder> {
Expand Down

0 comments on commit 25d4d3d

Please sign in to comment.