Skip to content

Commit

Permalink
Document a new method parameter
Browse files Browse the repository at this point in the history
Co-authored-by: Alfredo Garcia <[email protected]>
  • Loading branch information
teor2345 and oxarbitrage authored Nov 2, 2022
1 parent 9c43b1d commit 0ce308a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-chain/src/transaction/unmined.rs
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ impl fmt::Display for VerifiedUnminedTx {
}

impl VerifiedUnminedTx {
/// Create a new verified unmined transaction from a transaction and its fee.
/// Create a new verified unmined transaction from a transaction, its fee and the legacy sigop count.
pub fn new(
transaction: UnminedTx,
miner_fee: Amount<NonNegative>,
Expand Down

0 comments on commit 0ce308a

Please sign in to comment.