... and test as well
This commit is contained in:
parent
391ef7e664
commit
8cd55276c3
@ -140,6 +140,6 @@ fn propagade() {
|
|||||||
|
|
||||||
// 2 peers to sync
|
// 2 peers to sync
|
||||||
assert_eq!(2, net.peer(0).queue.len());
|
assert_eq!(2, net.peer(0).queue.len());
|
||||||
// NEW_BLOCK_HASHES_PACKET
|
// NEW_BLOCK_PACKET
|
||||||
assert_eq!(0x01, net.peer(0).queue[0].packet_id);
|
assert_eq!(0x07, net.peer(0).queue[0].packet_id);
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user