Add missing argument docs

We document the other to arguments already, add the missing one.
This commit is contained in:
Tobin C. Harding 2025-05-26 13:53:10 +10:00
parent fe0a448e78
commit 64ac33754f
No known key found for this signature in database
GPG Key ID: 0AEF0A899E41F7DD
1 changed files with 1 additions and 0 deletions

View File

@ -776,6 +776,7 @@ impl Decodable for Transaction {
/// ///
/// * `fee_rate` - the fee rate of the transaction being created. /// * `fee_rate` - the fee rate of the transaction being created.
/// * `input_weight_prediction` - the predicted input weight. /// * `input_weight_prediction` - the predicted input weight.
/// * `value` - The value of the output we are spending.
/// ///
/// # Returns /// # Returns
/// ///