We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e399b9 commit a5cfb40Copy full SHA for a5cfb40
doc/release-notes-18466.md
@@ -0,0 +1,10 @@
1
+Low-level RPC changes
2
+---------------------
3
+
4
+- Error codes have been updated to be more accurate for the following error cases (#18466):
5
+ - `signmessage` now returns RPC_INVALID_ADDRESS_OR_KEY (-5) if the
6
+ passed address is invalid. Previously returned RPC_TYPE_ERROR (-3).
7
+ - `verifymessage` now returns RPC_INVALID_ADDRESS_OR_KEY (-5) if the
8
9
+ - `verifymessage` now returns RPC_TYPE_ERROR (-3) if the passed signature
10
+ is malformed. Previously returned RPC_INVALID_ADDRESS_OR_KEY (-5).
0 commit comments