Skip to content

Commit 1030f1f

Browse files
authored
Add --txpool.nolocals flag to op-geth (#66)
Not having the flag resulted in unexecutable transactions building up in the node.
1 parent 44193ab commit 1030f1f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/start-op-geth.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,6 @@ exec geth \
7373
--snapshot=true \
7474
--verbosity=3 \
7575
--history.transactions=0 \
76+
--txpool.nolocals \
7677
$EXTENDED_ARG $@
7778

0 commit comments

Comments
 (0)