Skip to content

Commit

Permalink
api: Run just check-api
Browse files Browse the repository at this point in the history
  • Loading branch information
ursuscamp committed Jul 2, 2024
1 parent 9684d49 commit 15f6bac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/bitcoin/all-features.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8209,6 +8209,7 @@ pub fn bitcoin::blockdata::script::Script::is_p2wpkh(&self) -> bool
pub fn bitcoin::blockdata::script::Script::is_p2wsh(&self) -> bool
pub fn bitcoin::blockdata::script::Script::is_provably_unspendable(&self) -> bool
pub fn bitcoin::blockdata::script::Script::is_push_only(&self) -> bool
pub fn bitcoin::blockdata::script::Script::is_standard_op_return(&self) -> bool
pub fn bitcoin::blockdata::script::Script::is_witness_program(&self) -> bool
pub fn bitcoin::blockdata::script::Script::len(&self) -> usize
pub fn bitcoin::blockdata::script::Script::minimal_non_dust(&self) -> bitcoin_units::amount::Amount
Expand Down
1 change: 1 addition & 0 deletions api/bitcoin/default-features.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7831,6 +7831,7 @@ pub fn bitcoin::blockdata::script::Script::is_p2wpkh(&self) -> bool
pub fn bitcoin::blockdata::script::Script::is_p2wsh(&self) -> bool
pub fn bitcoin::blockdata::script::Script::is_provably_unspendable(&self) -> bool
pub fn bitcoin::blockdata::script::Script::is_push_only(&self) -> bool
pub fn bitcoin::blockdata::script::Script::is_standard_op_return(&self) -> bool
pub fn bitcoin::blockdata::script::Script::is_witness_program(&self) -> bool
pub fn bitcoin::blockdata::script::Script::len(&self) -> usize
pub fn bitcoin::blockdata::script::Script::minimal_non_dust(&self) -> bitcoin_units::amount::Amount
Expand Down
1 change: 1 addition & 0 deletions api/bitcoin/no-features.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7182,6 +7182,7 @@ pub fn bitcoin::blockdata::script::Script::is_p2wpkh(&self) -> bool
pub fn bitcoin::blockdata::script::Script::is_p2wsh(&self) -> bool
pub fn bitcoin::blockdata::script::Script::is_provably_unspendable(&self) -> bool
pub fn bitcoin::blockdata::script::Script::is_push_only(&self) -> bool
pub fn bitcoin::blockdata::script::Script::is_standard_op_return(&self) -> bool
pub fn bitcoin::blockdata::script::Script::is_witness_program(&self) -> bool
pub fn bitcoin::blockdata::script::Script::len(&self) -> usize
pub fn bitcoin::blockdata::script::Script::minimal_non_dust(&self) -> bitcoin_units::amount::Amount
Expand Down

0 comments on commit 15f6bac

Please sign in to comment.