Merge pull request #609 from pinheadmz/patch-3

spvnode: add new option `file` instead of config
This commit is contained in:
Javed Khan 2018-09-13 22:47:14 +05:30 committed by GitHub
commit fcba00ef5b
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,