Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hansieodendaal committed Jul 11, 2024
1 parent 0253d22 commit d9c642b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_layer/wallet/src/transaction_service/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,7 @@ where
let mut input_keys = PublicKey::default();
for input in transaction.transaction.body.inputs() {
let context = ScriptContext::new(
0,
self.last_seen_tip_height.unwrap_or(0),
&[0; 32],
input
.commitment()
Expand Down

0 comments on commit d9c642b

Please sign in to comment.