... and test as well

This commit is contained in:
Nikolay Volf 2016-02-06 23:04:58 +03:00
parent 391ef7e664
commit 8cd55276c3
1 changed files with 2 additions and 2 deletions

View File

@ -140,6 +140,6 @@ fn propagade() {
// 2 peers to sync
assert_eq!(2, net.peer(0).queue.len());
// NEW_BLOCK_HASHES_PACKET
assert_eq!(0x01, net.peer(0).queue[0].packet_id);
// NEW_BLOCK_PACKET
assert_eq!(0x07, net.peer(0).queue[0].packet_id);
}