spvnode: add new option file instead of config

Addresses #608 and extends #563
This commit is contained in:
Matthew Zipkin 2018-09-13 09:38:31 -07:00 committed by GitHub
parent 15b024a392
commit e6b3697784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ const SPVNode = require('../lib/node/spvnode');
const Outpoint = require('../lib/primitives/outpoint');
const node = new SPVNode({
config: true,
file: true,
argv: true,
env: true,
logFile: true,