forked from cerc-io/plugeth
10 lines
134 B
Go
10 lines
134 B
Go
package xeth
|
|
|
|
/*
|
|
* eXtended ETHereum
|
|
*/
|
|
|
|
import "github.com/ethereum/go-ethereum/logger"
|
|
|
|
var pipelogger = logger.NewLogger("XETH")
|