Skip to content

Commit 278e993

Browse files
authored
Update ABIElements.swift
1 parent d7f5a95 commit 278e993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Web3Core/EthereumABI/ABIElements.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ extension ABIDecoder {
455455
sig = nil
456456
data = Data()
457457
break
458-
case 4:
458+
case 4, 8:
459459
sig = rawData[0 ..< 4]
460460
data = Data(rawData[4 ..< rawData.count])
461461
default:

0 commit comments

Comments
 (0)