mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-02 03:31:35 +02:00
[Trivial] python help message
This commit is contained in:
@ -25,7 +25,7 @@ class TxnMallTest(BitcoinTestFramework):
|
|||||||
parser.add_argument("--mineblock", dest="mine_block", default=False, action="store_true",
|
parser.add_argument("--mineblock", dest="mine_block", default=False, action="store_true",
|
||||||
help="Test double-spend of 1-confirmed transaction")
|
help="Test double-spend of 1-confirmed transaction")
|
||||||
parser.add_argument("--segwit", dest="segwit", default=False, action="store_true",
|
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):
|
def setup_network(self):
|
||||||
# Start with split network:
|
# Start with split network:
|
||||||
|
Reference in New Issue
Block a user