We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a323e14 commit 0e68e77Copy full SHA for 0e68e77
subprojects/gdk_rust/gdk_electrum/src/account.rs
@@ -448,7 +448,7 @@ impl Account {
448
output.value,
449
output.script_pubkey.into(),
450
height.clone(),
451
- path.clone(),
+ self.get_full_path(&path).into(),
452
self.script_code(&path).to_hex(),
453
),
454
)
@@ -490,7 +490,7 @@ impl Account {
490
unblinded.value,
491
492
493
494
output.asset.is_confidential()
495
&& output.value.is_confidential(),
496
0 commit comments