forked from TrueCloudLab/frostfs-node
[#1044] node: Drop unused methods from APE implementation
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
6bf77cabd4
commit
5d58b44bc8
2 changed files with 5 additions and 37 deletions
|
@ -1076,7 +1076,7 @@ func initAccessPolicyEngine(_ context.Context, c *cfg) {
|
|||
)
|
||||
}
|
||||
|
||||
var morphRuleStorage policy_engine.MorphRuleChainStorage
|
||||
var morphRuleStorage policy_engine.MorphRuleChainStorageReader
|
||||
morphRuleStorage = policy_client.NewContractStorage(
|
||||
client.NewSwitchRPCGuardedActor(c.cfgMorph.client),
|
||||
c.cfgObject.cfgAccessPolicyEngine.policyContractHash)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue