mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: add eth68 to default capabilities (#1475)
This commit is contained in:
@ -33,7 +33,7 @@ async fn test_session_established_with_highest_version() {
|
||||
}
|
||||
NetworkEvent::SessionEstablished { peer_id, status, .. } => {
|
||||
assert_eq!(handle1.peer_id(), &peer_id);
|
||||
assert_eq!(status.version, EthVersion::Eth67 as u8);
|
||||
assert_eq!(status.version, EthVersion::Eth68 as u8);
|
||||
}
|
||||
ev => {
|
||||
panic!("unexpected event {ev:?}")
|
||||
|
||||
Reference in New Issue
Block a user