Skip to content

Commit

Permalink
Test 5
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-then committed Dec 11, 2024
1 parent 1d7faf0 commit 271837b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hsm-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ const spawnProcessVersion5 = async (serverPath, port, keyPath, latestBlockHash,
`--c=${latestBlockHash}`,
`--difficulty=0x${difficultyTarget.toString(16).padStart(2, '0')}`,
`-k keys.json`,
`-p8888 > /bundle/tcpsigner.log 2>&1 &`
`-p8888 > tcpsigner.log 2>&1 &`
];

console.log('tcpsignerCommand: ', tcpsignerCommand)
Expand Down

0 comments on commit 271837b

Please sign in to comment.