This commit is contained in:
vyzo 2021-07-26 12:15:01 +03:00
parent 3c409d5023
commit 1f6935f8c4
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ type FullNodeStruct struct {
ChainBlockstoreInfo func(p0 context.Context) (map[string]interface{}, error) `perm:"read"` ChainBlockstoreInfo func(p0 context.Context) (map[string]interface{}, error) `perm:"read"`
ChainCheckBlockstore func(p0 context.Context) error `perm:"read"` ChainCheckBlockstore func(p0 context.Context) error `perm:"admin"`
ChainDeleteObj func(p0 context.Context, p1 cid.Cid) error `perm:"admin"` ChainDeleteObj func(p0 context.Context, p1 cid.Cid) error `perm:"admin"`

View File

@ -372,7 +372,7 @@ ChainCheckBlockstore performs an (asynchronous) health check on the chain/state
if supported by the underlying implementation. if supported by the underlying implementation.
Perms: read Perms: admin
Inputs: `null` Inputs: `null`