mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Update core/src/main/java/bisq/core/dao/node/full/FullNode.java
Co-Authored-By: ManfredKarrer <mk@nucleo.io>
This commit is contained in:
parent
53a050ab24
commit
cb26398b43
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ public class FullNode extends BsqNode {
|
|||
if (cause instanceof HttpLayerException) {
|
||||
if (((HttpLayerException) cause).getCode() == 1004004) {
|
||||
if (warnMessageHandler != null)
|
||||
warnMessageHandler.accept("You have configured Bisq to run as DAO full node but there is not " +
|
||||
warnMessageHandler.accept("You have configured Bisq to run as DAO full node but there is no " +
|
||||
"localhost Bitcoin Core node detected. You need to have Bitcoin Core started and synced before " +
|
||||
"starting Bisq. Please restart Bisq with proper DAO full node setup or switch to lite node mode.");
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue