From 7e46c1822e9b57dc73bb9b399b6dbccc45a5f3fa Mon Sep 17 00:00:00 2001 From: Alexey Proshutinskiy Date: Wed, 13 Apr 2022 01:16:17 +0400 Subject: [PATCH] sig: update registry tetraplet according to latest version --- src/internal/builtins/Sig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal/builtins/Sig.ts b/src/internal/builtins/Sig.ts index 8a447db38..d8c5026e0 100644 --- a/src/internal/builtins/Sig.ts +++ b/src/internal/builtins/Sig.ts @@ -67,7 +67,7 @@ export const defaultSigGuard = (peerId: PeerIdB58) => { or( allowServiceFn('trust-graph', 'get_trust_bytes'), allowServiceFn('trust-graph', 'get_revocation_bytes'), - allowServiceFn('registry', 'get_route_bytes'), + allowServiceFn('registry', 'get_key_bytes'), allowServiceFn('registry', 'get_record_bytes'), allowServiceFn('registry', 'get_host_record_bytes'), ),