1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-18 04:40:03 +02:00

move abi directory to app/abi

This commit is contained in:
Henrik Hautakoski 2023-04-20 16:44:38 +02:00
parent da7056b2da
commit a8183a6766
6 changed files with 2 additions and 2 deletions

View file

@ -4,9 +4,9 @@ import (
"encoding/hex"
"encoding/json"
"github.com/eosswedenorg/thalos/abi"
"github.com/eosswedenorg/thalos/api"
"github.com/eosswedenorg/thalos/api/message"
"github.com/eosswedenorg/thalos/app/abi"
log "github.com/sirupsen/logrus"