add permission tag to ChainCheckBlockstore API
This commit is contained in:
parent
c99dc3e811
commit
5b2e4d8ad4
@ -166,7 +166,7 @@ type FullNode interface {
|
|||||||
|
|
||||||
// ChainCheckBlockstore performs an (asynchronous) health check on the chain/state blockstore
|
// ChainCheckBlockstore performs an (asynchronous) health check on the chain/state blockstore
|
||||||
// if supported by the underlying implementation.
|
// if supported by the underlying implementation.
|
||||||
ChainCheckBlockstore(context.Context) error
|
ChainCheckBlockstore(context.Context) error //perm:read
|
||||||
|
|
||||||
// MethodGroup: Beacon
|
// MethodGroup: Beacon
|
||||||
// The Beacon method group contains methods for interacting with the random beacon (DRAND)
|
// The Beacon method group contains methods for interacting with the random beacon (DRAND)
|
||||||
|
Loading…
Reference in New Issue
Block a user