MCPcopy Create free account
hub / github.com/ethstorage/es-node / Error

Method Error

ethstorage/storage_manager.go:32–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32func (e *CommitMismatchError) Error() string {
33 if e.message != "" {
34 return e.message
35 }
36 return fmt.Sprintf("commit mismatch: expected=%x, found=%x", e.expected, e.found)
37}
38
39func CompareCommits(expected, found []byte) error {
40 if len(expected) < HashSizeInContract {

Callers 2

CommitBlobsMethod · 0.45
CommitEmptyBlobsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected