Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Nov 16, 2023
1 parent 4eeb9f3 commit ff1c3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sdk-and-tools/sdk-py/mxpy-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ The first extra argument we'll need is the `--guardian` argument. This specifies

Keep in mind that **mxpy** always calls the `/sign-transaction` endpoint of the `--guardian-service-url` you have provided. Another argment we'll need is `--guardian-2fa-code` which is the code generated by an external authenticator.

Each guarded transaction needs an additional `50000` gas for the `gasLimit`. The `version` field needs to be set to `2`. The `optons` field needs to have the second least signinficant bit set to "1".
Each guarded transaction needs an additional `50000` gas for the `gasLimit`. The `version` field needs to be set to `2`. The `options` field needs to have the second least significant bit set to "1".

:::note
Here are the urls to our hosted co-signer services:
Expand Down

0 comments on commit ff1c3ad

Please sign in to comment.