Skip to content

Commit 7c6a226

Browse files
committed
fix: use regtest instead of regnet arg
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.
1 parent 1105151 commit 7c6a226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: bin/xud

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ const { argv } = require('yargs')
4242
type: 'boolean',
4343
default: undefined,
4444
},
45-
regnet: {
46-
describe: 'Whether to run XUD on regnet',
45+
regtest: {
46+
describe: 'Whether to run XUD on regtest',
4747
type: 'boolean',
4848
default: undefined,
4949
},

0 commit comments

Comments
 (0)