mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 13:26:44 +00:00
add documentation link to bitcoin core error message
This commit is contained in:
parent
c8d997fbf0
commit
c8a4ed0c3d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue