Skip to content

Commit

Permalink
Implement GetKey for Vec<Xpriv>
Browse files Browse the repository at this point in the history
  • Loading branch information
shesek committed Sep 14, 2024
1 parent 7360c3c commit 8ec3571
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bitcoin/src/psbt/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,7 @@ impl GetKey for $set<Xpriv> {
}
}
}}}
impl_get_key_for_set!(Vec);
impl_get_key_for_set!(BTreeSet);
#[cfg(feature = "std")]
impl_get_key_for_set!(HashSet);
Expand Down

0 comments on commit 8ec3571

Please sign in to comment.