Add missing argument docs
We document the other to arguments already, add the missing one.
This commit is contained in:
parent
fe0a448e78
commit
64ac33754f
|
@ -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
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue