mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
f'rawreissueasset functional tests'
This commit is contained in:
parent
181d09958b
commit
bc257db852
1 changed files with 0 additions and 1 deletions
|
|
@ -307,7 +307,6 @@ class IssuanceTest (BitcoinTestFramework):
|
||||||
issued_tx = self.nodes[2].rawissueasset(issued_tx, [{"asset_amount":1, "asset_address":nonblind_addr, "token_address":nonblind_addr, "contract":"deadbeee"*8}])[0]["hex"]
|
issued_tx = self.nodes[2].rawissueasset(issued_tx, [{"asset_amount":1, "asset_address":nonblind_addr, "token_address":nonblind_addr, "contract":"deadbeee"*8}])[0]["hex"]
|
||||||
decode_tx = self.nodes[0].decoderawtransaction(issued_tx)
|
decode_tx = self.nodes[0].decoderawtransaction(issued_tx)
|
||||||
id_set.add(decode_tx["vin"][1]["issuance"]["asset"])
|
id_set.add(decode_tx["vin"][1]["issuance"]["asset"])
|
||||||
non_null_contract_token = decode_tx["vin"][1]["issuance"]["token"]
|
|
||||||
assert_equal(len(id_set), 4)
|
assert_equal(len(id_set), 4)
|
||||||
# This issuance should not have changed
|
# This issuance should not have changed
|
||||||
id_set.add(decode_tx["vin"][0]["issuance"]["asset"])
|
id_set.add(decode_tx["vin"][0]["issuance"]["asset"])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue