Skip to content

Commit

Permalink
Change to blinding variant slip77 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
ok300 authored Mar 26, 2024
1 parent 4e3536f commit ccf0b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ impl Wallet {
let descriptor = singlesig_desc(
&signer,
Singlesig::Wpkh,
lwk_common::DescriptorBlindingKey::Elip151,
lwk_common::DescriptorBlindingKey::Slip77,
false,
)
.map_err(|e| anyhow!("Invalid descriptor: {e}"))?;
Expand Down

0 comments on commit ccf0b34

Please sign in to comment.