From 0173f3dda669c348afd440a0d5a480366aae4a42 Mon Sep 17 00:00:00 2001 From: Goran Rojovic Date: Tue, 26 Dec 2023 10:46:03 +0100 Subject: [PATCH] Rebase fix --- consensus/polybft/contractsapi/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consensus/polybft/contractsapi/init.go b/consensus/polybft/contractsapi/init.go index fa2ed6c11a..106b6a78bb 100644 --- a/consensus/polybft/contractsapi/init.go +++ b/consensus/polybft/contractsapi/init.go @@ -65,7 +65,7 @@ var ( ChildTimelock *contracts.Artifact // Account Abstraction - EntryPoint *artifact.Artifact + EntryPoint *contracts.Artifact // test smart contracts //go:embed test-contracts/*