Skip to content

Commit

Permalink
Update root.go
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulBernal authored Mar 26, 2021
1 parent 86aa310 commit 288a7b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/bcnad/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"os"
"path/filepath"

"github.com/BitCannaGlobal/bcna/app/params"
"github.com/BitCannaGlobal/testnet-bcna-cosmos/app/params"
"github.com/cosmos/cosmos-sdk/snapshots"

"github.com/spf13/cast"
Expand All @@ -16,7 +16,7 @@ import (
"github.com/tendermint/tendermint/libs/log"
dbm "github.com/tendermint/tm-db"

"github.com/BitCannaGlobal/bcna/app"
"github.com/BitCannaGlobal/testnet-bcna-cosmos/app"
"github.com/cosmos/cosmos-sdk/baseapp"
"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/client/debug"
Expand Down

0 comments on commit 288a7b7

Please sign in to comment.