From 2bde5d002e1583838709b0779495e71fe4046aa2 Mon Sep 17 00:00:00 2001 From: Jose Storopoli Date: Sun, 23 Jun 2024 09:51:17 +0000 Subject: [PATCH] api: Run just check-api --- api/bitcoin/all-features.txt | 1 + api/bitcoin/default-features.txt | 1 + api/bitcoin/no-features.txt | 1 + 3 files changed, 3 insertions(+) diff --git a/api/bitcoin/all-features.txt b/api/bitcoin/all-features.txt index 5ce74b05a..c316bfd36 100644 --- a/api/bitcoin/all-features.txt +++ b/api/bitcoin/all-features.txt @@ -6346,6 +6346,7 @@ pub const bitcoin::pow::Target::MAX_ATTAINABLE_SIGNET: Self pub const bitcoin::pow::Target::MAX_ATTAINABLE_TESTNET: Self pub const bitcoin::pow::Target::ZERO: bitcoin::pow::Target pub const bitcoin::psbt::Psbt::DEFAULT_MAX_FEE_RATE: bitcoin_units::fee_rate::FeeRate +pub const bitcoin::psbt::PsbtSighashType::ALL: bitcoin::psbt::PsbtSighashType pub const bitcoin::script::witness_program::MAX_SIZE: usize = 40usize pub const bitcoin::script::witness_program::MIN_SIZE: usize = 2usize pub const bitcoin::sign_message::BITCOIN_SIGNED_MSG_PREFIX: &[u8] diff --git a/api/bitcoin/default-features.txt b/api/bitcoin/default-features.txt index 280b94ae6..de12c626e 100644 --- a/api/bitcoin/default-features.txt +++ b/api/bitcoin/default-features.txt @@ -6048,6 +6048,7 @@ pub const bitcoin::pow::Target::MAX_ATTAINABLE_SIGNET: Self pub const bitcoin::pow::Target::MAX_ATTAINABLE_TESTNET: Self pub const bitcoin::pow::Target::ZERO: bitcoin::pow::Target pub const bitcoin::psbt::Psbt::DEFAULT_MAX_FEE_RATE: bitcoin_units::fee_rate::FeeRate +pub const bitcoin::psbt::PsbtSighashType::ALL: bitcoin::psbt::PsbtSighashType pub const bitcoin::script::witness_program::MAX_SIZE: usize = 40usize pub const bitcoin::script::witness_program::MIN_SIZE: usize = 2usize pub const bitcoin::sign_message::BITCOIN_SIGNED_MSG_PREFIX: &[u8] diff --git a/api/bitcoin/no-features.txt b/api/bitcoin/no-features.txt index b8132d3bd..1ad1dfb77 100644 --- a/api/bitcoin/no-features.txt +++ b/api/bitcoin/no-features.txt @@ -5429,6 +5429,7 @@ pub const bitcoin::pow::Target::MAX_ATTAINABLE_SIGNET: Self pub const bitcoin::pow::Target::MAX_ATTAINABLE_TESTNET: Self pub const bitcoin::pow::Target::ZERO: bitcoin::pow::Target pub const bitcoin::psbt::Psbt::DEFAULT_MAX_FEE_RATE: bitcoin_units::fee_rate::FeeRate +pub const bitcoin::psbt::PsbtSighashType::ALL: bitcoin::psbt::PsbtSighashType pub const bitcoin::script::witness_program::MAX_SIZE: usize = 40usize pub const bitcoin::script::witness_program::MIN_SIZE: usize = 2usize pub const bitcoin::sign_message::BITCOIN_SIGNED_MSG_PREFIX: &[u8]