Add RPC test for -enforcenodebloom

This commit is contained in:
Jack Grigg
2018-04-03 17:12:46 +01:00
parent 1c82adeb87
commit b77e46fe01
3 changed files with 114 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ testScripts=(
'overwinter_peer_management.py'
'rewind_index.py'
'p2p_txexpiry_dos.py'
'p2p_node_bloom.py'
);
testScriptsExt=(
'getblocktemplate_longpoll.py'