changed module name with github official url
This commit is contained in:
parent
0b102f2272
commit
cf4580a8de
8 changed files with 18 additions and 12 deletions
|
|
@ -6,9 +6,10 @@ import (
|
|||
"encoding/json"
|
||||
"errors"
|
||||
"fmt"
|
||||
"lbc/blockchain/types"
|
||||
"strings"
|
||||
|
||||
"github.com/gregorybednov/lbc/blockchain/types"
|
||||
|
||||
"github.com/dgraph-io/badger"
|
||||
abci "github.com/tendermint/tendermint/abci/types"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue