changed module name with github official url

This commit is contained in:
Gregory Bednov 2025-08-10 12:22:09 +03:00
commit cf4580a8de
8 changed files with 18 additions and 12 deletions

View file

@ -4,9 +4,10 @@ import (
"context"
"fmt"
"lbc/cfg"
"os"
"github.com/gregorybednov/lbc/cfg"
"github.com/dgraph-io/badger"
abci "github.com/tendermint/tendermint/abci/types"
"github.com/tendermint/tendermint/libs/log"