mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
deps: bump derive_more to 1.0 (#10403)
This commit is contained in:
@ -440,10 +440,10 @@ pub fn discv5_sockets_wrt_rlpx_addr(
|
||||
#[derive(Clone, Debug, PartialEq, Eq, Hash, Display)]
|
||||
pub enum BootNode {
|
||||
/// An unsigned node record.
|
||||
#[display(fmt = "{_0}")]
|
||||
#[display("{_0}")]
|
||||
Enode(Multiaddr),
|
||||
/// A signed node record.
|
||||
#[display(fmt = "{_0:?}")]
|
||||
#[display("{_0:?}")]
|
||||
Enr(discv5::Enr),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user