X-Git-Url: https://git.novaco.in/?p=electrum-server.git;a=blobdiff_plain;f=processor.py;h=9298e9bdfaf700026c6f2471c8b01f1198f33972;hp=5b8ebf263f8217d051ed7f9157c3467f47a41c7b;hb=6a80f4b4a5315ed9d00f2b3117a5e0d447465cda;hpb=d4bcb22de51664ce7f76a335798c9d74c5a7936c diff --git a/processor.py b/processor.py index 5b8ebf2..9298e9b 100644 --- a/processor.py +++ b/processor.py @@ -220,6 +220,8 @@ class Session: def build_subdesc(method, params): if method == "blockchain.numblocks.subscribe": return method, + elif method == "blockchain.headers.subscribe": + return method, elif method == "blockchain.address.subscribe": if not params: return None