4
0
Fork 0

Silence constructor warning

pull/16/head
hswick 6 years ago
parent 1e8b58ea01
commit b56165af74
  1. 2
      lib/exw3.ex

@ -498,7 +498,7 @@ defmodule ExW3 do
bin <> (ExW3.encode_data(types_signature, arguments) |> Base.encode16(case: :lower))
else
IO.warn("Could not find a constructor")
#IO.warn("Could not find a constructor")
bin
end
else

Loading…
Cancel
Save