Skip to content

Commit b1eb743

Browse files
committed
Fix clippy doc list item without indentation
Clippy gives "error: doc list item without indentation" Add a list item with a description on where to find the missing argument information to fix the error.
1 parent 827aed3 commit b1eb743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/src/v21/wallet/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ pub struct Send {
184184
/// > 1. dummy (string, required) Must be set to "" for backwards compatibility.
185185
/// > 2. amounts (json object, required) The addresses and amounts
186186
/// > { "address": amount, (numeric or string, required) The bitcoin address is the key, the numeric amount (can be string) in BTC is the value }
187-
/// > ...
187+
/// > 3. - 9. (optional arguments, see Bitcoin Core documentation)
188188
/// > 10. verbose (boolean, optional, default=false) If true, return extra infomration about the transaction.
189189
#[derive(Clone, Debug, PartialEq, Deserialize, Serialize)]
190190
#[cfg_attr(feature = "serde-deny-unknown-fields", serde(deny_unknown_fields))]

0 commit comments

Comments
 (0)