Merge pull request #121 from flashbots/listener-fix

Fix mev listener
This commit is contained in:
Luke Van Seters 2021-11-09 09:25:05 -05:00 committed by GitHub
commit c94b2523c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
mev
View File

@ -25,7 +25,7 @@ case "$1" in
db
;;
listener)
./listener $2
kubectl exec -ti deploy/mev-inspect -- ./listener $2
;;
backfill)
start_block_number=$2