From 2eb5792ec7bbeaf7138420b6c85c5cd0a0404946 Mon Sep 17 00:00:00 2001 From: MeshCollider Date: Tue, 20 Apr 2021 17:19:04 +1200 Subject: [PATCH] Add release notes for validateaddress Bech32 error detection --- doc/release-notes-16807.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/release-notes-16807.md diff --git a/doc/release-notes-16807.md b/doc/release-notes-16807.md new file mode 100644 index 00000000000..5027550a995 --- /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