Skip to content

Commit

Permalink
seals: fix doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Oct 25, 2023
1 parent a15cd9e commit 29173ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seals/src/txout/blind.rs
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ impl BlindSeal<Txid> {
}

impl BlindSeal<TxPtr> {
/// Converts `BlindSeal<Txid>` into `BlindSeal<TxPtr>`.
/// Converts `BlindSeal<TxPtr>` into `BlindSeal<Txid>`.
pub fn resolve(self, txid: Txid) -> BlindSeal<Txid> {
BlindSeal::with_blinding(self.method, self.txid().unwrap_or(txid), self.vout, self.blinding)
}
Expand Down

0 comments on commit 29173ab

Please sign in to comment.