Add support for selecting specific wallet for packet clearing CLI #2111
Labels
I: CLI
Internal: related to the relayer's CLI
O: usability
Objective: cause to improve the user experience (UX) and ease using the product
Milestone
Summary
Add
-k <KEY>
option forclear packets
CLI, just like Hermes provides one fortx raw ft-transfer -k <KEY>
Problem Definition
Hermes operators typically run one
start
instance in the background and then sometimes require a second instance to do packetclear
ing in parallel. This second instance should not be reusing the same wallet as the first, otherwise it would result inaccount sequence mismatch
errors. Currently, it is not possible to startclear packets
with a separate wallet.Acceptance Criteria
-k
as part ofclear packets
CLIFor Admin Use
The text was updated successfully, but these errors were encountered: