Skip to content

Commit e7e6f0b

Browse files
author
MarcoFalke
committed
Merge #20026: test: typo in a functional test doc
a5a6965 [Trivial] python help message (kanon) Pull request description: before: ` --segwit Test behaviour with SegWit txn (which should fail` after: ` --segwit Test behaviour with SegWit txn (which should fail)` ACKs for top commit: kristapsk: ACK a5a6965 Tree-SHA512: b1176bca8ec4d722fca71fe790ca21dcf05bf7b6562f56ef2758a3e6d7a0554c16a08efc5b154446f75b9a09bd0ff1dfcf22e71010c748caeb02b1f5c883f9ca
2 parents 055abfb + a5a6965 commit e7e6f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/wallet_txn_clone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def add_options(self, parser):
2525
parser.add_argument("--mineblock", dest="mine_block", default=False, action="store_true",
2626
help="Test double-spend of 1-confirmed transaction")
2727
parser.add_argument("--segwit", dest="segwit", default=False, action="store_true",
28-
help="Test behaviour with SegWit txn (which should fail")
28+
help="Test behaviour with SegWit txn (which should fail)")
2929

3030
def setup_network(self):
3131
# Start with split network:

0 commit comments

Comments
 (0)