mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-06-22 04:11:34 +00:00
Sig: default tetraplets: get_key_bytes -> get_route_bytes (#138)
This commit is contained in:
committed by
GitHub
parent
e8060cf7c1
commit
56638c8fe2
@ -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_key_bytes'),
|
||||
allowServiceFn('registry', 'get_route_bytes'),
|
||||
allowServiceFn('registry', 'get_record_bytes'),
|
||||
allowServiceFn('registry', 'get_host_record_bytes'),
|
||||
),
|
||||
|
Reference in New Issue
Block a user