Skip to content

Commit

Permalink
Fix mint-burn assets decode assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Stachyra committed Nov 23, 2021
1 parent b98668f commit 9f773ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/spec/e2e_spec.rb
Expand Up @@ -128,7 +128,8 @@ def run_contract(contract_setup, scripts)
burn_script = "mintBurn_2.json"
assets = [{"asset_name" => "6d696e742d6275726e",
"quantity" => 1,
"policy_id" => "c22560ac64be051102d6d1cfe5b9b82eb6af4f00dd3806e5cd82e837"}]
"policy_id" => policy_id}]

payload_mint = get_templated_plutus_tx(mint_script,{vkHash: vkHash,
policyId: policy_id,
policy: policy})
Expand Down

0 comments on commit 9f773ce

Please sign in to comment.