[#1044] node: Drop unused methods from APE implementation

Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
Dmitrii Stepanov 2024-03-15 10:14:17 +03:00
parent 6bf77cabd4
commit 5d58b44bc8
2 changed files with 5 additions and 37 deletions

View file

@ -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)