api: Run just check-api

This commit is contained in:
Tobin C. Harding 2024-06-20 13:05:24 +10:00
parent e8250cd96a
commit 72655607b6
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
3 changed files with 0 additions and 3 deletions

View File

@ -5633,7 +5633,6 @@ pub bitcoin::taproot::Signature::signature: secp256k1::schnorr::Signature
pub bitcoin::taproot::TapLeaf::Hidden(bitcoin::taproot::TapNodeHash) pub bitcoin::taproot::TapLeaf::Hidden(bitcoin::taproot::TapNodeHash)
pub bitcoin::taproot::TapLeaf::Script(bitcoin::blockdata::script::ScriptBuf, bitcoin::taproot::LeafVersion) pub bitcoin::taproot::TapLeaf::Script(bitcoin::blockdata::script::ScriptBuf, bitcoin::taproot::LeafVersion)
pub bitcoin::taproot::TaprootBuilderError::EmptyTree pub bitcoin::taproot::TaprootBuilderError::EmptyTree
pub bitcoin::taproot::TaprootBuilderError::InvalidInternalKey(secp256k1::Error)
pub bitcoin::taproot::TaprootBuilderError::InvalidMerkleTreeDepth(usize) pub bitcoin::taproot::TaprootBuilderError::InvalidMerkleTreeDepth(usize)
pub bitcoin::taproot::TaprootBuilderError::NodeNotInDfsOrder pub bitcoin::taproot::TaprootBuilderError::NodeNotInDfsOrder
pub bitcoin::taproot::TaprootBuilderError::OverCompleteTree pub bitcoin::taproot::TaprootBuilderError::OverCompleteTree

View File

@ -5353,7 +5353,6 @@ pub bitcoin::taproot::Signature::signature: secp256k1::schnorr::Signature
pub bitcoin::taproot::TapLeaf::Hidden(bitcoin::taproot::TapNodeHash) pub bitcoin::taproot::TapLeaf::Hidden(bitcoin::taproot::TapNodeHash)
pub bitcoin::taproot::TapLeaf::Script(bitcoin::blockdata::script::ScriptBuf, bitcoin::taproot::LeafVersion) pub bitcoin::taproot::TapLeaf::Script(bitcoin::blockdata::script::ScriptBuf, bitcoin::taproot::LeafVersion)
pub bitcoin::taproot::TaprootBuilderError::EmptyTree pub bitcoin::taproot::TaprootBuilderError::EmptyTree
pub bitcoin::taproot::TaprootBuilderError::InvalidInternalKey(secp256k1::Error)
pub bitcoin::taproot::TaprootBuilderError::InvalidMerkleTreeDepth(usize) pub bitcoin::taproot::TaprootBuilderError::InvalidMerkleTreeDepth(usize)
pub bitcoin::taproot::TaprootBuilderError::NodeNotInDfsOrder pub bitcoin::taproot::TaprootBuilderError::NodeNotInDfsOrder
pub bitcoin::taproot::TaprootBuilderError::OverCompleteTree pub bitcoin::taproot::TaprootBuilderError::OverCompleteTree

View File

@ -4736,7 +4736,6 @@ pub bitcoin::taproot::Signature::signature: secp256k1::schnorr::Signature
pub bitcoin::taproot::TapLeaf::Hidden(bitcoin::taproot::TapNodeHash) pub bitcoin::taproot::TapLeaf::Hidden(bitcoin::taproot::TapNodeHash)
pub bitcoin::taproot::TapLeaf::Script(bitcoin::blockdata::script::ScriptBuf, bitcoin::taproot::LeafVersion) pub bitcoin::taproot::TapLeaf::Script(bitcoin::blockdata::script::ScriptBuf, bitcoin::taproot::LeafVersion)
pub bitcoin::taproot::TaprootBuilderError::EmptyTree pub bitcoin::taproot::TaprootBuilderError::EmptyTree
pub bitcoin::taproot::TaprootBuilderError::InvalidInternalKey(secp256k1::Error)
pub bitcoin::taproot::TaprootBuilderError::InvalidMerkleTreeDepth(usize) pub bitcoin::taproot::TaprootBuilderError::InvalidMerkleTreeDepth(usize)
pub bitcoin::taproot::TaprootBuilderError::NodeNotInDfsOrder pub bitcoin::taproot::TaprootBuilderError::NodeNotInDfsOrder
pub bitcoin::taproot::TaprootBuilderError::OverCompleteTree pub bitcoin::taproot::TaprootBuilderError::OverCompleteTree