MCPcopy Index your code
hub / github.com/Bitmessage/PyBitmessage / BMObjectInsufficientPOWError

Class BMObjectInsufficientPOWError

src/network/bmobject.py:11–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import state
10
11class BMObjectInsufficientPOWError(Exception):
12 errorCodes = ("Insufficient proof of work")
13
14
15class BMObjectInvalidDataError(Exception):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected