aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMeshCollider <dobsonsa68@gmail.com>2021-04-20 17:19:04 +1200
committerSamuel Dobson <dobsonsa68@gmail.com>2021-10-12 12:03:14 +1300
commit2eb5792ec7bbeaf7138420b6c85c5cd0a0404946 (patch)
tree392c26fd5f44ecd8bde463720f7afd9b93bb7cd5 /doc
parent42d6a029e57a32f2d1d829ff7718b6d40d58b9d1 (diff)
downloadbitcoin-2eb5792ec7bbeaf7138420b6c85c5cd0a0404946.tar.xz
Add release notes for validateaddress Bech32 error detection
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-16807.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes-16807.md b/doc/release-notes-16807.md
new file mode 100644
index 0000000000..5027550a99
--- /dev/null
+++ b/doc/release-notes-16807.md
@@ -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. \ No newline at end of file