Network:: get_status
should return NetworkStatus
#996
Labels
A-networking
Related to networking in general
C-debt
Refactor of code section that is hard to understand or maintain
Rn
Network:: get_status
returnsStatus
:reth/crates/net/network/src/network.rs
Lines 132 to 137 in def59c3
but should return
NetworkStatus
directlyThis refactor will make
fn get_status
obsolete, everything should be moved tofn network_status
cc @leruaa
The text was updated successfully, but these errors were encountered: