Skip to content

Commit

Permalink
descriptor: fix encofced keychains value for Tapret
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jul 23, 2024
1 parent 8a8b20e commit 25848c1
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/descriptor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,7 @@ impl<K: DeriveXOnly> Derive<DerivedScript> for TapretKey<K> {
#[inline]
fn default_keychain(&self) -> Keychain { RgbKeychain::Rgb.into() }

fn keychains(&self) -> BTreeSet<Keychain> {
bset![
RgbKeychain::External.into(),
RgbKeychain::Internal.into(),
RgbKeychain::Rgb.into(),
RgbKeychain::Tapret.into(),
]
}
fn keychains(&self) -> BTreeSet<Keychain> { self.tr.keychains() }

fn derive(
&self,
Expand Down

0 comments on commit 25848c1

Please sign in to comment.