Skip to content

Commit

Permalink
psbt: update to new PSBT finalization flow
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jul 15, 2024
1 parent 9f0b75d commit f8520c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psbt/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ impl RgbPsbt for Psbt {
(Some(tapret), Some(opret)) => AnchorSet::Double { tapret, opret },
};
// TODO: Use signed transaction here!
let witness = PubWitness::with(self.to_unsigned_tx().finalize());
let witness = PubWitness::with(self.to_unsigned_tx().into());
Ok(Fascia {
witness: XPubWitness::Bitcoin(witness),
anchor,
Expand Down

0 comments on commit f8520c0

Please sign in to comment.