From a8e94fc2100be4b54af6a564eb3ed746690981de Mon Sep 17 00:00:00 2001 From: Kohelbekker Date: Wed, 16 Dec 2020 13:04:41 +0200 Subject: [PATCH] Fix: specify wallet as filename not path --- dashd/config/mainnet-dash.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashd/config/mainnet-dash.conf b/dashd/config/mainnet-dash.conf index 95739eb..a979d8d 100644 --- a/dashd/config/mainnet-dash.conf +++ b/dashd/config/mainnet-dash.conf @@ -7,4 +7,4 @@ port=9999 rpcport=9998 rpcbind=0.0.0.0 rpcallowip=0.0.0.0/0 -wallet=/dash/wallet +wallet=wallet