Use fcoin.conf

This commit is contained in:
Sky Young 2019-07-19 11:46:49 -06:00
parent d0d750c1f5
commit 15979ef376

View File

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