Note here that this fails sometimes. Perhaps needs to become an Issue.

pull/2175/head
jMyles 2020-06-23 15:57:01 -07:00
parent 4ffecd85fd
commit 1e75e3e225
1 changed files with 1 additions and 0 deletions

View File

@ -891,6 +891,7 @@ class Bob(Character):
search_boundary += 2
if search_boundary > 42: # We've searched the entire string and can't match any. TODO: Portable learning is a nice idea here.
# TODO: This fails in tests once in a great while because there aren't matching nodes among the few test nodes. Not sure what to do.
raise self.NotEnoughNodes
# TODO: 1995 all throughout here (we might not (need to) know the checksum address yet; canonical will do.)