Commit 3dc26fe3 authored by pengjun's avatar pengjun

fix linter error

parent fddd06f8
...@@ -7,14 +7,9 @@ package types ...@@ -7,14 +7,9 @@ package types
import ( import (
"reflect" "reflect"
log "github.com/33cn/chain33/common/log/log15"
"github.com/33cn/chain33/types" "github.com/33cn/chain33/types"
) )
var (
llog = log.New("module", "exectype."+PokerBullX)
)
func init() { func init() {
// init executor type // init executor type
types.RegistorExecutor(PokerBullX, NewType()) types.RegistorExecutor(PokerBullX, NewType())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment