From 15979ef3762043d7622b7dda8dfb3462cc7aa1c2 Mon Sep 17 00:00:00 2001 From: Sky Young Date: Fri, 19 Jul 2019 11:46:49 -0600 Subject: [PATCH] Use fcoin.conf --- lib/node/fullnode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node/fullnode.js b/lib/node/fullnode.js index fd7b8e52..2a078c89 100644 --- a/lib/node/fullnode.js +++ b/lib/node/fullnode.js @@ -36,7 +36,7 @@ class FullNode extends Node { */ constructor(options) { - super('bcoin', 'bcoin.conf', 'debug.log', options); + super('fcoin', 'fcoin.conf', 'debug.log', options); this.opened = false;