You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few structs had a different order of the derives. These were missed in
a search and replace for all structs that had `Serialize` and therefore
`serde` when adding `#[serde(deny_unknown_fields)]`.
Reorder the derives to be the same as everywhere else.
/// > 1. blockhashes (json array, optional) The list of blockhashes to examine for activity. Order doesn't matter. Must be along main chain or an error is thrown.
188
188
/// > 2. scanobjects (json array, optional) Array of scan objects. Required for "start" action
189
189
/// > 3. include_mempool (boolean, optional, default=true) Whether to include unconfirmed activitydata
0 commit comments