Add missing public_key to getPendingBalance
@@ -164,6 +164,7 @@ if ($q == "getAddress") {
*/
$account = $data['account'];
$public_key = san($data['public_key'] ?? '');
if (!empty($public_key) && strlen($public_key) < 32) {
api_err("Invalid public key");
}
The note is not visible to the blocked user.