test: add feature_assumeutxo functional test

Most ideas for test improvements (TODOs) provided by Russ Yanofsky.
This commit is contained in:
James O'Beirne
2021-06-17 16:09:38 -04:00
parent 0f64bac603
commit 42cae39356
4 changed files with 258 additions and 0 deletions

View File

@@ -324,6 +324,7 @@ BASE_SCRIPTS = [
'wallet_coinbase_category.py --descriptors',
'feature_filelock.py',
'feature_loadblock.py',
'feature_assumeutxo.py',
'p2p_dos_header_tree.py',
'p2p_add_connections.py',
'feature_bind_port_discover.py',