Skip to content

Commit e2c96c1

Browse files
authored
Merge pull request #2325 from Chia-Network/checkpoint/main_from_release_2.3.0_ed0cc91caf5f1ca10b5ba389358de8144b9b19dc
checkpoint: into main from release/2.3.0 @ ed0cc91
2 parents 5b608f0 + 35eecae commit e2c96c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/gui/src/util/chiaEnvironment.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ const path = require('path');
99
const PY_MAC_DIST_FOLDER = '../../../app.asar.unpacked/daemon';
1010
const PY_WIN_DIST_FOLDER = '../../../app.asar.unpacked/daemon';
1111
const PY_DIST_EXECUTABLE = 'chia';
12-
const PY_DIST_EXEC_ARGS = Object.freeze(['start', 'daemon']);
12+
const PY_DIST_EXEC_ARGS = Object.freeze(['start', 'daemon', '--skip-keyring']);
1313

1414
const PY_DEV_EXECUTABLE = `../../../venv/${process.platform === 'win32' ? 'Scripts/chia.exe' : 'bin/chia'}`;
15-
const PY_DEV_EXEC_ARGS = Object.freeze(['start', 'daemon']);
15+
const PY_DEV_EXEC_ARGS = Object.freeze(['start', 'daemon', '--skip-keyring']);
1616

1717
let pyProc = null;
1818
let haveCert = null;

0 commit comments

Comments
 (0)