mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: apply some style suggestions (#7307)
This commit is contained in:
@ -590,7 +590,7 @@ impl Discv4Service {
|
||||
|
||||
/// Returns the current enr sequence of the local record.
|
||||
fn enr_seq(&self) -> Option<u64> {
|
||||
(self.config.enable_eip868).then(|| self.local_eip_868_enr.seq())
|
||||
self.config.enable_eip868.then(|| self.local_eip_868_enr.seq())
|
||||
}
|
||||
|
||||
/// Sets the [Interval] used for periodically looking up targets over the network
|
||||
|
||||
Reference in New Issue
Block a user