diff --git a/php-binance-api.php b/php-binance-api.php index eb7a6986..5c9b2e34 100755 --- a/php-binance-api.php +++ b/php-binance-api.php @@ -2829,12 +2829,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