0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-04 13:55:23 -05:00

Add release notes for validateaddress Bech32 error detection

This commit is contained in:
MeshCollider 2021-04-20 17:19:04 +12:00 committed by Samuel Dobson
parent 42d6a029e5
commit 2eb5792ec7

View file

@ -0,0 +1,6 @@
Updated RPCs
------------
- The `validateaddress` RPC now optionally returns an `error_locations` array, with the indices of
invalid characters in the address. For example, this will return the locations of up to two Bech32
errors.