mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-26 10:43:42 +02:00
convert abi_cache into a proper package.
This commit is contained in:
parent
97a3f0e2f3
commit
8df93439c3
6 changed files with 1 additions and 580 deletions
2
abi.go
2
abi.go
|
|
@ -8,7 +8,7 @@ import (
|
|||
"encoding/json"
|
||||
eos "github.com/eoscanada/eos-go"
|
||||
redis_cache "github.com/go-redis/cache/v8"
|
||||
"internal/abi_cache"
|
||||
"eosio-ship-trace-reader/abi_cache"
|
||||
)
|
||||
|
||||
var abiCache *abi_cache.Cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue