Skip to content

Commit 8b1f040

Browse files
committed
chore: unify status and status69
1 parent ab2fdff commit 8b1f040

File tree

16 files changed

+264
-260
lines changed

16 files changed

+264
-260
lines changed

crates/net/eth-wire-types/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
extern crate alloc;
1313

1414
mod status;
15-
pub use status::{Status, StatusBuilder, StatusEth69, StatusMessage};
15+
pub use status::{Status, StatusEth69, StatusMessage, UnifiedStatus, UnifiedStatusBuilder};
1616

1717
pub mod version;
1818
pub use version::{EthVersion, ProtocolVersion};

0 commit comments

Comments
 (0)