pull/2588/head
Ayrat Badykov 5 years ago
parent dd2a811645
commit 5d035b9a02
No known key found for this signature in database
GPG Key ID: B44668E265E9396F
  1. 2
      apps/explorer/lib/explorer/chain/smart_contract.ex

@ -274,7 +274,7 @@ defmodule Explorer.Chain.SmartContract do
def add_submitted_comment(code, inserted_at) when is_binary(code) do
code
|> String.split("\n")
|> add_submitted_commet(inserted_at)
|> add_submitted_comment(inserted_at)
|> Enum.join("\n")
end

Loading…
Cancel
Save