From 6c29237a8ef71593e7c2a1b9d07af0f15ae1ddea Mon Sep 17 00:00:00 2001 From: Victor Baranov Date: Wed, 2 Feb 2022 12:30:13 +0300 Subject: [PATCH] Update apps/explorer/lib/explorer/chain.ex Co-authored-by: nikitosing <32202610+nikitosing@users.noreply.github.com> --- apps/explorer/lib/explorer/chain.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/explorer/lib/explorer/chain.ex b/apps/explorer/lib/explorer/chain.ex index 577fa74deb..01ccadeb7e 100644 --- a/apps/explorer/lib/explorer/chain.ex +++ b/apps/explorer/lib/explorer/chain.ex @@ -6953,7 +6953,7 @@ defmodule Explorer.Chain do def get_implementation_abi_from_proxy(proxy_address_hash, abi) when not is_nil(proxy_address_hash) and not is_nil(abi) do - implementation_address_hash_string = Chain.get_implementation_address_hash(proxy_address_hash, abi) + implementation_address_hash_string = get_implementation_address_hash(proxy_address_hash, abi) get_implementation_abi(implementation_address_hash_string) end