From b3005fbb3ecb7add25bbc76dc68daf8c60a40c87 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sun, 26 Feb 2017 13:18:06 +0900 Subject: [PATCH] Fix typo --- server/session.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/session.py b/server/session.py index 120c701..de753a9 100644 --- a/server/session.py +++ b/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):