Skip to content

Commit

Permalink
Change to blinding variant slip77
Browse files Browse the repository at this point in the history
  • Loading branch information
ok300 committed Mar 22, 2024
1 parent 4e3536f commit 91a29c4
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 91a29c4

Please sign in to comment.