Skip to content

Commit

Permalink
test: Fix target height
Browse files Browse the repository at this point in the history
Co-Authored-By: Quake Wang <[email protected]>
  • Loading branch information
keroro520 and quake authored May 30, 2019
1 parent 83ad041 commit 1801159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/specs/relay/compact_block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ impl CompactBlockBasic {

// Submit the new block to node1. We expect node1 will relay the new block to node0.
node1.submit_block(&block);
node0.waiting_for_sync(node1, node0.get_tip_block().header().number(), 20);
node0.waiting_for_sync(node1, node1.get_tip_block().header().number(), 20);
}
}

Expand Down

0 comments on commit 1801159

Please sign in to comment.