mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-26 17:34:30 +01:00
Change to blinding variant slip77 (#49)
This commit is contained in:
@@ -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}"))?;
|
||||
|
||||
Reference in New Issue
Block a user