Bugfix: Serialized numbers are signed, so need an extra \x00 in the case of 0x80...
[stratum-mining.git] / lib / exceptions.py
1 from stratum.custom_exceptions import ServiceException
2
3 class SubmitException(ServiceException):
4     pass