accounts/abi: simplify Arguments.Unpack (#24277)
Since len(nonIndexedArgs) is definitely 0 in this context, the code can be simplified.
Showing
Please register or sign in to comment
Since len(nonIndexedArgs) is definitely 0 in this context, the code can be simplified.