Skip to content

Commit 66668c4

Browse files
author
MarcoFalke
committed
[qa] Solve merge conflict of 4324bd2
1 parent ca40ef6 commit 66668c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/rpc-tests/p2p-segwit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def test_unnecessary_witness_before_segwit_activation(self):
306306
tx3 = CTransaction()
307307
tx3.vin.append(CTxIn(COutPoint(tx2.sha256, 0), CScript([p2sh_program])))
308308
tx3.vout.append(CTxOut(tx2.vout[0].nValue-1000, scriptPubKey))
309-
tx3.wit.vtxinwit.append(CTxinWitness())
309+
tx3.wit.vtxinwit.append(CTxInWitness())
310310
tx3.wit.vtxinwit[0].scriptWitness.stack = [b'a'*400000]
311311
tx3.rehash()
312312
self.std_node.test_transaction_acceptance(tx3, True, False, b'no-witness-yet')

0 commit comments

Comments
 (0)