Skip to content

Commit

Permalink
Fixed ignored value for mxpy staking-provider unjail transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
danidrasovean committed Apr 26, 2024
1 parent 3112b15 commit f6d5df3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions multiversx_sdk_cli/delegation/staking_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ def prepare_transaction_for_unjailing_nodes(self, owner: IAccount, args: Any) ->
tx.version = int(args.version)
tx.options = int(args.options)
tx.guardian = args.guardian
tx.value = args.value

if args.gas_limit:
tx.gas_limit = int(args.gas_limit)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "multiversx-sdk-cli"
version = "9.5.5"
version = "9.5.6"
authors = [
{ name="MultiversX" },
]
Expand Down

0 comments on commit f6d5df3

Please sign in to comment.