Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
import
state
10
11
class
BMObjectInsufficientPOWError(Exception):
12
errorCodes = (
"Insufficient proof of work"
)
13
14
15
class
BMObjectInvalidDataError(Exception):
Callers
1
checkProofOfWorkSufficient
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected