Removed unused exception

This commit is contained in:
netkas 2025-02-04 15:06:41 -05:00
parent 4edb34aab1
commit 4068862d3c

View file

@ -873,10 +873,6 @@
return null;
}
}
catch(StandardRpcException $e)
{
throw $e;
}
catch(Exception $e)
{
throw new StandardRpcException('There was an error while trying to resolve the signature key for the peer locally', StandardError::INTERNAL_SERVER_ERROR, $e);