Skip to content

Commit

Permalink
Add missing > to rustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tcharding committed Aug 22, 2024
1 parent 3a712b5 commit fbeba95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/map/input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ impl Input {
/// Returns true if this input has been finalized.
///
/// > It checks whether all inputs have complete scriptSigs and scriptWitnesses by checking for
/// the presence of 0x07 Finalized scriptSig and 0x08 Finalized scriptWitness typed records.
/// > the presence of 0x07 Finalized scriptSig and 0x08 Finalized scriptWitness typed records.
///
/// Therefore a finalized input must have both `final_script_sig` and `final_script_witness`
/// fields set. For legacy transactions the `final_script_witness` will be an empty [`Witness`].
Expand Down

0 comments on commit fbeba95

Please sign in to comment.