Skip to content

Commit

Permalink
Remove FIXME after condition was met ethereum#50
Browse files Browse the repository at this point in the history
  • Loading branch information
konradkonrad committed Jan 18, 2017
1 parent b107573 commit 5008155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devp2p/tests/test_kademlia_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def test_bootstrap(protos):
msg = wire.process_single(other.this_node, protos)
assert msg[:2] == ('ping', proto.routing.this_node)
# bonding should be followed up by find_node
# FIXME: find_node must be delayed until bonding succeeded!
# find_node must be delayed until bonding succeeded!

msg = wire.process_single(other.this_node, protos)
assert msg is None
Expand Down

0 comments on commit 5008155

Please sign in to comment.