add permission tag to ChainCheckBlockstore API

This commit is contained in:
vyzo
2021-07-25 11:24:06 +03:00
parent c99dc3e811
commit 5b2e4d8ad4
+1 -1
View File
@@ -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)