Skip to content

Commit

Permalink
Add RPC debug when running Hermes in evidence mode in light client at…
Browse files Browse the repository at this point in the history
…tack test
  • Loading branch information
ljoss17 committed Oct 18, 2024
1 parent db22582 commit 34f926c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/misbehaviour-ics/light_client_attack_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ waiting 10 "for Hermes relayer to start"
diag "Running Hermes relayer evidence command"

# Run hermes in evidence mode
$HERMES_BIN evidence --chain consumer &> ${HOME_DIR}/hermes-evidence-logs.txt &
$HERMES_BIN --debug=rpc evidence --chain consumer &> ${HOME_DIR}/hermes-evidence-logs.txt &

# If we sleep 5 here and above, we end up on the forked block later
waiting 10 "for Hermes evidence monitor to start"
Expand Down

0 comments on commit 34f926c

Please sign in to comment.