Fix clippy warnings on 1.53
Fix `clippy::inconsistent_struct_constructor`: the constructor field order was inconsistent with the struct declaration.
This commit is contained in:
@@ -227,12 +227,12 @@ impl Peer {
|
||||
|
||||
Ok(Peer {
|
||||
writer,
|
||||
reader_thread,
|
||||
responses,
|
||||
reader_thread,
|
||||
connected,
|
||||
mempool,
|
||||
network,
|
||||
version,
|
||||
network,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user