Add RPC test of RewindBlockIndex

This commit is contained in:
Jack Grigg
2018-04-02 13:47:30 +01:00
parent 65dedeeae3
commit fe87fd2b36
2 changed files with 86 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ testScripts=(
'bip65-cltv-p2p.py'
'bipdersig-p2p.py'
'overwinter_peer_management.py'
'rewind_index.py'
);
testScriptsExt=(
'getblocktemplate_longpoll.py'