go-ethereum/rlp/rlpgen
Justin Traglia cce7f08438
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.
2022-08-19 00:34:57 +02:00
..
testdata rlp/rlpgen: RLP encoder code generator (#24251) 2022-02-16 18:14:12 +01:00
gen.go
gen_test.go
main.go rlp/rlpgen: fix error handling when target type not found (#25547) 2022-08-19 00:34:57 +02:00
types.go