mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
core/types: gen log without norlpgen
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
parent
9c32076658
commit
d76a8c0e17
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ import (
|
|||
"github.com/ethereum/go-ethereum/common/hexutil"
|
||||
)
|
||||
|
||||
//go:generate go run ../../rlp/rlpgen -type Log -out gen_log_rlp.go
|
||||
//go:generate go run ../../rlp/rlpgen -norlpgen=false -type Log -out gen_log_rlp.go
|
||||
//go:generate go run github.com/fjl/gencodec -type Log -field-override logMarshaling -out gen_log_json.go
|
||||
|
||||
// Log represents a contract log event. These events are generated by the LOG opcode and
|
||||
|
|
|
|||
Loading…
Reference in a new issue