add documentation link to bitcoin core error message

This commit is contained in:
Craig Raw 2021-06-24 10:07:54 +02:00
parent c8d997fbf0
commit c8a4ed0c3d

View file

@ -945,7 +945,7 @@ public class ElectrumServer {
}
}
throw new ServerException("Check if Bitcoin Core is running, and the authentication details are correct.");
throw new ServerException("Check if Bitcoin Core is running in server mode, and the authentication details are correct.\n\nSee https://sparrowwallet.com/docs/connect-node.html");
}
} catch(InterruptedException e) {
Thread.currentThread().interrupt();