mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
Merge #20026: test: typo in a functional test doc
a5a6965157
[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: ACKa5a6965157
Tree-SHA512: b1176bca8ec4d722fca71fe790ca21dcf05bf7b6562f56ef2758a3e6d7a0554c16a08efc5b154446f75b9a09bd0ff1dfcf22e71010c748caeb02b1f5c883f9ca
This commit is contained in:
commit
e7e6f0bf18
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class TxnMallTest(BitcoinTestFramework):
|
|||
parser.add_argument("--mineblock", dest="mine_block", default=False, action="store_true",
|
||||
help="Test double-spend of 1-confirmed transaction")
|
||||
parser.add_argument("--segwit", dest="segwit", default=False, action="store_true",
|
||||
help="Test behaviour with SegWit txn (which should fail")
|
||||
help="Test behaviour with SegWit txn (which should fail)")
|
||||
|
||||
def setup_network(self):
|
||||
# Start with split network:
|
||||
|
|
Loading…
Add table
Reference in a new issue