• Julien Muchembled's avatar
    master: fix identification of unknown masters · fbcf9c50
    Julien Muchembled authored
    This fixes the following crash:
    
      Traceback (most recent call last):
        ...
        File "neo/master/handlers/identification.py", line 94, in requestIdentification
          uuid = app.getNewUUID(uuid, address, node_type)
        File "neo/master/app.py", line 449, in getNewUUID
          assert uuid != self.uuid
      AssertionError
    fbcf9c50
identification.py 5.73 KB