Fix crash in validateaddress with -disablewallet
Fix a null pointer dereference in validateaddress with -disablewallet. Also add a regression testcase.
This commit is contained in:
parent
4ee149a6db
commit
2980a18572
3 changed files with 35 additions and 2 deletions
qa/pull-tester
|
@ -68,6 +68,7 @@ testScripts = [
|
|||
'decodescript.py',
|
||||
'p2p-fullblocktest.py',
|
||||
'blockchain.py',
|
||||
'disablewallet.py',
|
||||
]
|
||||
testScriptsExt = [
|
||||
'bip65-cltv.py',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue