36533f7c3f
Fixes for new geth version
8 lines
93 B
Go
8 lines
93 B
Go
package log
|
|
|
|
type entry struct {
|
|
loggables []Loggable
|
|
system string
|
|
event string
|
|
}
|