Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
violet360 committed Mar 3, 2022
1 parent 2eae850 commit f7d0c63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/util/psbt/error.rs
Expand Up @@ -41,8 +41,7 @@ pub enum Error {
MissingUtxo,
/// The separator for a PSBT must be `0xff`.
InvalidSeparator,
/// Triggered when output index goes out of bounds of when trying to get
/// output of non witness script
/// Triggered when output index goes out of bounds of the output in non witness utxo
PsbtUtxoOutOfbounds,
/// Known keys must be according to spec.
InvalidKey(raw::Key),
Expand Down
1 change: 0 additions & 1 deletion src/util/psbt/mod.rs
Expand Up @@ -197,7 +197,6 @@ mod display_from_str {
#[cfg_attr(docsrs, doc(cfg(feature = "base64")))]
pub use self::display_from_str::PsbtParseError;


impl Encodable for PartiallySignedTransaction {
fn consensus_encode<S: io::Write>(
&self,
Expand Down

0 comments on commit f7d0c63

Please sign in to comment.