Skip to content

Commit fa29634

Browse files
committed
Merge #377: Fix clippy doc list item without indentation
b1eb743 Fix clippy doc list item without indentation (Jamil Lambert, PhD) Pull request description: 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. ACKs for top commit: tcharding: ACK b1eb743 Tree-SHA512: 1bf676a542110ee1833fffd788abaaf400f6c7f7f33bfcc88da28b81bcba1ef9adef8120ba11c8406ffdcfbc1fc24bb845f5ce869eb7dc8127cd79f5342c4f50
2 parents 827aed3 + b1eb743 commit fa29634

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)