From 379d7356fa06cc23e6b9982ab9cd0b6abf95aebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Men=C3=A9ndez?= Date: Fri, 11 Aug 2023 14:12:42 +0200 Subject: [PATCH] missing SIK related endpoints on CI (vocone) (#1081) Fixing missing SIK related endpoints on vocone package, used on entrypoint cmd/voconed which is also used on the CI. --- vocone/vocone.go | 1 + 1 file changed, 1 insertion(+) diff --git a/vocone/vocone.go b/vocone/vocone.go index 9b0435c37..58e0b584a 100644 --- a/vocone/vocone.go +++ b/vocone/vocone.go @@ -164,6 +164,7 @@ func (vc *Vocone) EnableAPI(host string, port int, URLpath string) (*api.API, er api.WalletHandler, api.AccountHandler, api.CensusHandler, + api.SIKHandler, ) }