obelisk

Electrum server using libbitcoin as its backend
git clone https://git.parazyd.org/obelisk
Log | Files | Refs | README | LICENSE

commit d68175cb46e59db843733bdfca5aeca7ce3a6d59
parent 868b4f6843a3b5324325d37414a165469ab194d9
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 22 Apr 2021 17:37:31 +0200

Formatting.

Diffstat:
Mtests/test_electrum_protocol.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_electrum_protocol.py b/tests/test_electrum_protocol.py @@ -54,7 +54,7 @@ def get_expect(method, params): "json-rpc": "2.0", "id": create_random_id(), "method": method, - "params": params, + "params": params } bs.send(json.dumps(req).encode("utf-8") + b"\n") recv_buf = bytearray()