From 5b2e4d8ad4aaea3268d7bba043977824f06f52a0 Mon Sep 17 00:00:00 2001 From: vyzo Date: Sun, 25 Jul 2021 11:23:49 +0300 Subject: [PATCH] add permission tag to ChainCheckBlockstore API --- api/api_full.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/api_full.go b/api/api_full.go index a4a5dd253..472b34596 100644 --- a/api/api_full.go +++ b/api/api_full.go @@ -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)