algo/reserve: fix reserve field
This commit is contained in:
parent
7d956818f0
commit
5db83ea512
|
@ -1450,7 +1450,7 @@ load 28
|
|||
itxn_field ConfigAssetDecimals
|
||||
global CurrentApplicationAddress
|
||||
itxn_field ConfigAssetManager
|
||||
global CurrentApplicationAddress
|
||||
txna Accounts 3
|
||||
itxn_field ConfigAssetReserve
|
||||
global ZeroAddress
|
||||
itxn_field ConfigAssetFreeze
|
||||
|
|
|
@ -407,7 +407,7 @@ def approve_token_bridge(seed_amt: int, tmpl_sig: TmplSig, devMode: bool):
|
|||
TxnField.config_asset_total: Int(18446744073709551614),
|
||||
TxnField.config_asset_decimals: Decimals.load(),
|
||||
TxnField.config_asset_manager: me,
|
||||
TxnField.config_asset_reserve: 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(),
|
||||
|
|
Loading…
Reference in New Issue