Skip to content

Commit

Permalink
fix: use regtest instead of regnet arg
Browse files Browse the repository at this point in the history
This fixes a bug where the xud flag to set the network was incorrectly
configured as `regnet` when it should be `regtest` to match what xud
expects.
  • Loading branch information
sangaman committed Nov 10, 2020
1 parent 1105151 commit 7c6a226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/xud
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ const { argv } = require('yargs')
type: 'boolean',
default: undefined,
},
regnet: {
describe: 'Whether to run XUD on regnet',
regtest: {
describe: 'Whether to run XUD on regtest',
type: 'boolean',
default: undefined,
},
Expand Down

0 comments on commit 7c6a226

Please sign in to comment.