Browse Source

add documentation link to bitcoin core error message

terminal
Craig Raw 3 years ago
parent
commit
c8a4ed0c3d
  1. 2
      src/main/java/com/sparrowwallet/sparrow/net/ElectrumServer.java

2
src/main/java/com/sparrowwallet/sparrow/net/ElectrumServer.java

@ -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();

Loading…
Cancel
Save