Skip to content

Commit

Permalink
Merge branch 'master' into mainnet-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
wphan committed Dec 24, 2024
2 parents 5f91ddf + ae1e8a1 commit 10876ca
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 10876ca

Please sign in to comment.