Browse Source

Fix typo

master 0.99.1a
Neil Booth 8 years ago
parent
commit
b3005fbb3e
  1. 2
      server/session.py

2
server/session.py

@ -275,7 +275,7 @@ class ElectrumX(SessionBase):
msg = ('chunk indices not advancing (wrong network?): {}'
.format(self.chunk_indices))
# INVALID_REQUEST triggers a disconnect
raise RPCError(mrg, JSONRPC.INVALID_REQUEST)
raise RPCError(msg, JSONRPC.INVALID_REQUEST)
return self.controller.get_chunk(index)
def is_tor(self):

Loading…
Cancel
Save