mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 18:20:58 +02:00
Return an error from descriptor Parse that gives more information about what failed
This commit is contained in:
@ -552,7 +552,7 @@ class ImportMultiTest(BitcoinTestFramework):
|
||||
"keys": [key.privkey]},
|
||||
success=False,
|
||||
error_code=-5,
|
||||
error_message="Descriptor is invalid")
|
||||
error_message="Descriptor is invalid, Missing checksum")
|
||||
|
||||
# Test importing of a P2SH-P2WPKH address via descriptor + private key
|
||||
key = get_key(self.nodes[0])
|
||||
|
Reference in New Issue
Block a user