Update api.php

This commit is contained in:
arionum
2021-03-13 19:39:48 +02:00
committed by GitHub
parent 62de55deb6
commit 8e11ad314b

View File

@@ -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;
}