api: Run just check-api

This commit is contained in:
Jose Storopoli 2024-06-23 09:51:17 +00:00
parent d1f84329e4
commit 2bde5d002e
No known key found for this signature in database
GPG Key ID: 29E00111DE172C28
3 changed files with 3 additions and 0 deletions

View File

@ -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]

View File

@ -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]

View File

@ -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]