Skip to content

Commit

Permalink
Merge pull request #3033 from input-output-hk/piotr/fix-mint-burn-dec…
Browse files Browse the repository at this point in the history
…oding

Fix mint-burn assets decode assertion
  • Loading branch information
piotr-iohk committed Nov 23, 2021
2 parents b98668f + 9f773ce commit cc517ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/spec/e2e_spec.rb
Original file line number Diff line number Diff line change
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 cc517ef

Please sign in to comment.