Skip to content

Commit

Permalink
Merge branch 'main' into localnet-vega
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed May 27, 2024
2 parents 639a4a4 + aa8fb73 commit de6eacc
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit de6eacc

Please sign in to comment.