1
0
Fork 0
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:
Henrik Hautakoski 2023-01-12 16:46:09 +01:00
parent 45d1a468e8
commit c05b789269
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,4 @@
package main
package abi
import (
"context"

View file

@ -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