diff --git a/lib/abi/type_decoder.ex b/lib/abi/type_decoder.ex index 066667a..bfb7cb7 100644 --- a/lib/abi/type_decoder.ex +++ b/lib/abi/type_decoder.ex @@ -159,6 +159,7 @@ defmodule ABI.TypeDecoder do decode_raw(rest, types) _ -> decode_raw(encoded_data, types) end + end end def decode(encoded_data, %FunctionSelector{returns: types}, :output) do