mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-13 11:40:42 +02:00
Add BECH32_INVALID_VERSION test
This commit is contained in:
parent
b142f79ddb
commit
c2fbdca549
@ -57,6 +57,10 @@ class InvalidAddressErrorMessageTest(BitcoinTestFramework):
|
|||||||
assert info['isvalid']
|
assert info['isvalid']
|
||||||
assert 'error' not in info
|
assert 'error' not in info
|
||||||
|
|
||||||
|
info = node.validateaddress(BECH32_INVALID_VERSION)
|
||||||
|
assert not info['isvalid']
|
||||||
|
assert_equal(info['error'], 'Invalid Bech32 address witness version')
|
||||||
|
|
||||||
# Base58
|
# Base58
|
||||||
info = node.validateaddress(BASE58_INVALID_PREFIX)
|
info = node.validateaddress(BASE58_INVALID_PREFIX)
|
||||||
assert not info['isvalid']
|
assert not info['isvalid']
|
||||||
|
Loading…
Reference in New Issue
Block a user