types is now in lbc_sdk repo

This commit is contained in:
Gregory Bednov 2025-08-10 13:37:06 +03:00
commit 57c40d9f07
4 changed files with 4 additions and 42 deletions

View file

@ -8,7 +8,7 @@ import (
"fmt"
"strings"
"github.com/gregorybednov/lbc/blockchain/types"
types "github.com/gregorybednov/lbc_sdk"
"github.com/dgraph-io/badger"
abci "github.com/tendermint/tendermint/abci/types"