Skip to content

Commit

Permalink
Update type_decoder.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenix authored Aug 19, 2024
1 parent f92bfc7 commit e3a473d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/abi/type_decoder.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3a473d

Please sign in to comment.