1
0
Fork 0
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:
Henrik Hautakoski 2022-03-11 11:28:16 +01:00
parent 97a3f0e2f3
commit 8df93439c3
6 changed files with 1 additions and 580 deletions

2
abi.go
View file

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