From 95c91700dba884a86a872eade113e918513032d5 Mon Sep 17 00:00:00 2001 From: Marko Bencun Date: Tue, 26 Aug 2025 13:22:36 +0200 Subject: [PATCH] electrum: fix dead link --- electrum/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/client.go b/electrum/client.go index b8e67b1..4112cf0 100644 --- a/electrum/client.go +++ b/electrum/client.go @@ -63,7 +63,7 @@ type Options struct { } // Client is a high level API access to an Electrum protocol compatible server. See -// https://electrumx-spesmilo.readthedocs.io/en/latest/protocol-methods.html selecting the +// https://electrum-protocol.readthedocs.io/en/latest/protocol-methods.html selecting the // `supportedProtocolVersion` currently in use. type Client struct { opts *Options