algo/clawback: allow algorand clawback

This commit is contained in:
Josh Siegel 2022-09-26 12:01:20 -05:00 committed by jumpsiegel
parent 2b582b10b8
commit 4b38dc650b
1 changed files with 2 additions and 3 deletions

View File

@ -420,9 +420,8 @@ def approve_token_bridge(seed_amt: int, tmpl_sig: TmplSig, devMode: bool):
TxnField.config_asset_manager: me,
TxnField.config_asset_reserve: Txn.accounts[3],
# We cannot freeze or clawback assets... per the spirit of
TxnField.config_asset_freeze: Global.zero_address(),
TxnField.config_asset_clawback: Global.zero_address(),
TxnField.config_asset_freeze: me,
TxnField.config_asset_clawback: me,
TxnField.fee: Int(0),
}