Skip to content

Commit

Permalink
Merge pull request #223 from RGB-WG/descriptor
Browse files Browse the repository at this point in the history
Descriptor: fix encofced keychains value for Tapret
  • Loading branch information
dr-orlovsky authored Jul 24, 2024
2 parents 8a8b20e + 25848c1 commit 631df28
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 631df28

Please sign in to comment.