Skip to content

Commit

Permalink
txthread path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wphan committed Dec 24, 2024
1 parent 255fd1e commit ae1e8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bots/common/txThreaded.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export class TxThreaded {

// {@link ./threads/txThread.ts}
this.txThreadProcess = spawnChildWithRetry(
path.join(__dirname, './threads', txThreadFileName),
path.join(__dirname, './bots/common/threads', txThreadFileName),
[`--rpc=${rpcEndpoint}`, `--send-tx=false`], // initially disable transactions
'txThread',
(_msg: Serializable, _sendHandle: SendHandle) => {
Expand Down

0 comments on commit ae1e8a1

Please sign in to comment.