key_import_export rpc-test: verify that UTXO view co-evolves for nodes sharing a key.

This commit is contained in:
Nathan Wilcox
2017-09-18 14:56:37 +09:00
parent d1bba6f1b6
commit d29b6b042f
2 changed files with 112 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ testScripts=(
'fundrawtransaction.py'
'signrawtransactions.py'
'walletbackup.py'
'key_import_export.py'
'nodehandling.py'
'reindex.py'
'decodescript.py'