This block is no longer needed.

pull/1451/head
jMyles 2020-01-02 04:01:40 -08:00
parent 1adb494274
commit 2d2b279555
1 changed files with 0 additions and 10 deletions

View File

@ -324,16 +324,6 @@ class Policy(ABC):
return self.publish(network_middleware=network_middleware)
def consider_arrangement(self, network_middleware, ursula, arrangement) -> bool:
# try:
# ursula.verify_node(network_middleware, registry=self.alice.registry) # From the perspective of alice.
# except ursula.InvalidNode:
# # TODO: What do we actually do here? Report this at least (355)?
# # Maybe also have another bucket for invalid nodes?
# # It's possible that nothing sordid is happening here;
# # this node may be updating its interface info or rotating a signing key
# # and we learned about a previous one.
# raise
negotiation_response = network_middleware.consider_arrangement(arrangement=arrangement)
# TODO: check out the response: need to assess the result and see if we're actually good to go.