bitcoin/test/functional/test_framework
Sebastian Falbesoner 6cebac598e test: MiniWallet: introduce enum type for output mode
For the MiniWallet constructor, the two boolean parameters
"raw_script" and "use_p2pk" are replaced by a single parameter of the
newly introduced type MiniWalletMode (derived by enum.Enum), which can
hold the following values:
	- ADDRESS_OP_TRUE
	- RAW_OP_TRUE
	- RAW_P2PK
2021-05-24 16:10:49 +02:00
..
__init__.py
address.py
authproxy.py
bdb.py
bip340_test_vectors.csv
blocktools.py
coverage.py
descriptors.py
key.py
messages.py
muhash.py
netutil.py
p2p.py
script.py Correction for VerifyTaprootCommitment comments 2021-03-01 09:01:48 -05:00
script_util.py
segwit_addr.py
siphash.py
socks5.py
test_framework.py
test_node.py
test_shell.py
util.py
wallet.py
wallet_util.py