package arbitrage import "github.com/ethereum/go-ethereum/log" func HistoryLog(msg string, ctx ...interface{}) { log.Info("~~~~~~~~~~~~~~HistoryLog~~~~~~~~~~~~~~ ", msg, ctx) }