Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve flow for guarded accounts #495

Merged
merged 6 commits into from
Mar 24, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typo
popenta committed Mar 18, 2025
commit ef7410ef94f22c7b504d6f86ddb936f5308597e8
2 changes: 1 addition & 1 deletion multiversx_sdk_cli/cli_shared.py
Original file line number Diff line number Diff line change
@@ -143,7 +143,7 @@ def add_tx_args(
sub.add_argument("--options", type=int, default=0, help="the transaction options (default: %(default)s)")

sub.add_argument("--relayer", type=str, help="the bech32 address of the relayer", default="")
sub.add_argument("--guardian", type=str, help="the bech32 address of the guradian", default="")
sub.add_argument("--guardian", type=str, help="the bech32 address of the guardian", default="")


def add_wallet_args(args: list[str], sub: Any):