You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/functional/mempool_accept_wtxid.py
+4-7Lines changed: 4 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,10 @@
4
4
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
5
"""
6
6
Test mempool acceptance in case of an already known transaction
7
-
with identical non-witness data different witness.
7
+
with identical non-witness data but different witness.
8
8
"""
9
9
10
+
fromcopyimportdeepcopy
10
11
fromtest_framework.messagesimport (
11
12
COIN,
12
13
COutPoint,
@@ -79,10 +80,7 @@ def run_test(self):
79
80
child_one_txid=child_one.rehash()
80
81
81
82
# Create another identical transaction with witness solving second branch
0 commit comments