mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-18 04:40:03 +02:00
move abi.go to abi/manager.go
This commit is contained in:
parent
45d1a468e8
commit
c05b789269
2 changed files with 4 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
package main
|
||||
package abi
|
||||
|
||||
import (
|
||||
"context"
|
||||
4
main.go
4
main.go
|
|
@ -14,6 +14,8 @@ import (
|
|||
"github.com/nikoksr/notify"
|
||||
"github.com/nikoksr/notify/service/telegram"
|
||||
|
||||
"eosio-ship-trace-reader/abi"
|
||||
|
||||
eos "github.com/eoscanada/eos-go"
|
||||
shipclient "github.com/eosswedenorg-go/antelope-ship-client"
|
||||
"github.com/eosswedenorg-go/pid"
|
||||
|
|
@ -35,7 +37,7 @@ var (
|
|||
eosClientCtx = context.Background()
|
||||
)
|
||||
|
||||
var abi_mgr *AbiManager
|
||||
var abi_mgr *abi.AbiManager
|
||||
|
||||
var redisNs redis.Namespace
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue