mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Merge 226731ac11 into merged_master (Bitcoin PR bitcoin/bitcoin#23037)
This commit is contained in:
commit
39992beced
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ class CoinStatsIndexTest(BitcoinTestFramework):
|
|||
tx2 = CTransaction()
|
||||
tx2.vin.append(CTxIn(COutPoint(int(tx1_txid, 16), n), b''))
|
||||
tx2.vout.append(CTxOut(int(21 * COIN - 0.01 * COIN), CScript([OP_RETURN] + [OP_FALSE]*30)))
|
||||
tx2.vout.append(CTxOut(int(0.01 * COIN), CScript())) # ELEMENTS: fee
|
||||
tx2.vout.append(CTxOut(int(Decimal(0.01) * COIN), CScript())) # ELEMENTS: fee
|
||||
tx2_hex = self.nodes[0].signrawtransactionwithwallet(tx2.serialize().hex())['hex']
|
||||
self.nodes[0].sendrawtransaction(tx2_hex)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue