Skip to content

Error: Call to a member function getEthWallet() on null

Sentry Issue: ENGINE-S

Error: Call to a member function getEthWallet() on null
  File "/Controllers/api/v2/blockchain/wallet.php", line 66, in Minds\Controllers\api\v2\blockchain\wallet::get
    'address' => Session::getLoggedinUser()->getEthWallet(),
  File "/Api/Factory.php", line 90, in Minds\Api\Factory::build
    return $handler->$method($pages);
  File "/Controllers/api/api.php", line 76, in Minds\Controllers\api\api::get
    return Factory::build($pages, $this->request, $this->response);
  File "/Core/Router.php", line 157, in Minds\Core\Router::route
    return $handler->$method($pages);
  File "/index.php", line 9
    $router->route();