From ec20050a662e8a37c5506944b3e021fa2198e83f Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Tue, 24 Sep 2019 14:14:21 +0300 Subject: [PATCH] add comment --- apps/explorer/lib/explorer/smart_contract/verifier.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/explorer/lib/explorer/smart_contract/verifier.ex b/apps/explorer/lib/explorer/smart_contract/verifier.ex index 4303cf5b6b..ed1b6532c5 100644 --- a/apps/explorer/lib/explorer/smart_contract/verifier.ex +++ b/apps/explorer/lib/explorer/smart_contract/verifier.ex @@ -82,6 +82,7 @@ defmodule Explorer.SmartContract.Verifier do end end + # 730000000000000000000000000000000000000000 - default library address that returned by the compiler defp try_library_verification( "730000000000000000000000000000000000000000" <> bytecode, <<_address::binary-size(42)>> <> bytecode