Test for signing messages

New rpc test for signing and verifying messages.
This commit is contained in:
Andrew Chow
2016-04-27 12:18:20 -07:00
committed by Andrew
parent f90efbfeef
commit 7db0ecb90c
2 changed files with 41 additions and 0 deletions

View File

@@ -123,6 +123,7 @@ testScripts = [
'abandonconflict.py',
'p2p-versionbits-warning.py',
'importprunedfunds.py',
'signmessages.py'
]
if ENABLE_ZMQ:
testScripts.append('zmq_test.py')