diff --git a/php-binance-api.php b/php-binance-api.php index a18b3697..67277f8d 100755 --- a/php-binance-api.php +++ b/php-binance-api.php @@ -2825,12 +2825,12 @@ protected function setXMbxUsedWeight1m(int $usedWeight1m) : void public function getXMbxUsedWeight() : int { - $this->xMbxUsedWeight; + return $this->xMbxUsedWeight; } public function getXMbxUsedWeight1m() : int { - $this->xMbxUsedWeight1m; + return $this->xMbxUsedWeight1m; } private function getRestEndpoint() : string