Add check for valid keys in `importprivkey`
The base58 armoring was checked, but not the resulting private key, which could be out of range. Fix this by adding a check.
Showing
+3 -1
Please register or sign in to comment
The base58 armoring was checked, but not the resulting private key, which could be out of range. Fix this by adding a check.