Skip to content

Commit

Permalink
set role addition defaults to False
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneWallet committed Jan 14, 2025
1 parent 4e478a5 commit 653401d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,9 @@ def create_transaction_for_setting_special_role_on_fungible_token(
sender: Address,
user: Address,
token_identifier: str,
add_role_local_mint: bool,
add_role_local_burn: bool,
add_role_esdt_transfer_role: bool
add_role_local_mint: bool = False,
add_role_local_burn: bool = False,
add_role_esdt_transfer_role: bool = False
) -> Transaction:
parts = [
"setSpecialRole",
Expand Down

0 comments on commit 653401d

Please sign in to comment.