rlp/rlpgen: fix error handling when target type not found (#25547)
typ will be nil when lookupStructType returns an error. cfg.Type should be used instead.
Showing
Please register or sign in to comment
typ will be nil when lookupStructType returns an error. cfg.Type should be used instead.