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
|
||||
// if supported by the underlying implementation.
|
||||
ChainCheckBlockstore(context.Context) error
|
||||
ChainCheckBlockstore(context.Context) error //perm:read
|
||||
|
||||
// MethodGroup: Beacon
|
||||
// The Beacon method group contains methods for interacting with the random beacon (DRAND)
|
||||
|
Loading…
Reference in New Issue
Block a user