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.
Problem
Due to recent changes in the Dockerfile for
txsim
, thetxClient
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.