celestiaorg / celestia-app

Celestia consensus node
https://celestiaorg.github.io/celestia-app/
Apache License 2.0
345 stars 292 forks source link

Fixing Long-Flag Syntax and Missing Key-Path in txClient #3930

Open staheri14 opened 1 month ago

staheri14 commented 1 month ago

Problem

Due to recent changes in the Dockerfile for txsim, the txClient in the e2e tests fails to run because of incorrect syntax used for long flags and a missing option to specify the key path where the keyring is located.

Acceptance Criteria

Fix the mentioned issue and ensure e2e tests pass with no issue.