Commit 69b28d4f authored by vipwzw's avatar vipwzw Committed by 33cn

auto ci

parent aa7a2d41
...@@ -15,7 +15,6 @@ import ( ...@@ -15,7 +15,6 @@ import (
var logger = log.New("module", "execs.pokerbull") var logger = log.New("module", "execs.pokerbull")
// Init 执行器初始化 // Init 执行器初始化
func Init(name string, sub []byte) { func Init(name string, sub []byte) {
drivers.Register(newPBGame().GetName(), newPBGame, types.GetDappFork(driverName, "Enable")) drivers.Register(newPBGame().GetName(), newPBGame, types.GetDappFork(driverName, "Enable"))
......
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