Skip to content

Commit

Permalink
assert fix bitcoin#2
Browse files Browse the repository at this point in the history
  • Loading branch information
russeree committed Mar 15, 2023
1 parent 147dd1b commit 2e68906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/rpc_invalid_address_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def test_validateaddress(self):
self.check_valid(BASE58_VALID)

# Invalid address format
self.check_invalid(INVALID_ADDRESS, 'not(Bech32(m) address decoded with error: Invalid separator position',[14])
self.check_invalid(INVALID_ADDRESS, 'Bech32(m) address decoded with error: Invalid separator position',[14])
self.check_invalid(INVALID_ADDRESS_2, 'Bech32(m) address decoded with error: Invalid separator position',[0])

#node = self.nodes[0]
Expand Down

0 comments on commit 2e68906

Please sign in to comment.