From 8e11ad314ba922d7151c538c04f7f6c32327f366 Mon Sep 17 00:00:00 2001 From: arionum <34399752+arionum@users.noreply.github.com> Date: Sat, 13 Mar 2021 19:39:48 +0200 Subject: [PATCH] Update api.php --- api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.php b/api.php index 9471d64..7ac69bf 100755 --- a/api.php +++ b/api.php @@ -814,7 +814,7 @@ if ($q == "getAddress") { $whr.="asset=:asset "; $bind[':asset']=$asset; } - if(!empty($account)){ + elseif(!empty($account)){ $whr.="account=:account "; $bind[':account']=$account; }