Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
martyall committed Sep 30, 2023
1 parent 6a45690 commit b514aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Network/Ethereum/Web3/Solidity/AbiEncoding.purs
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ else instance ABIDecodableValue a => GenericABIDecode (Argument a) where
dataOffset <- unsafeToInt <$> uInt256HexParser
lookAhead
$ do
(ParseState _ (Position {index}) _) <- getParserT
(ParseState _ (Position { index }) _) <- getParserT
_ <- parseBytes (dataOffset - index)
stateParserT \(ParseState s (Position p) c) ->
Tuple unit (ParseState s (Position p { index = 0 }) c)
Expand Down

0 comments on commit b514aca

Please sign in to comment.