Skip to content

Commit

Permalink
Merge pull request #582 from collinsmuriuki/collinsmuriuki-patch-1
Browse files Browse the repository at this point in the history
doc: correct Transaction struct encode_signing_data_to doc comment
  • Loading branch information
elichai committed Apr 7, 2021
2 parents fe9242c + c4cfdbb commit dc0e2b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/blockdata/transaction.rs
Expand Up @@ -315,8 +315,8 @@ impl Transaction {
/// evaluating `script_pubkey` to determine which separators get evaluated and which don't,
/// which we don't have the information to determine.
///
/// # Panics Panics if `input_index` is greater than or equal to `self.input.len()`
///
/// # Panics
/// Panics if `input_index` is greater than or equal to `self.input.len()`
pub fn encode_signing_data_to<Write: io::Write, U: Into<u32>>(
&self,
mut writer: Write,
Expand Down

0 comments on commit dc0e2b0

Please sign in to comment.