Update apps/explorer/lib/explorer/chain.ex

Co-authored-by: nikitosing <32202610+nikitosing@users.noreply.github.com>
pull/5155/head
Victor Baranov 3 years ago committed by GitHub
parent c678f93db5
commit 6c29237a8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save