Skip to content

Commit

Permalink
Updated new db repo
Browse files Browse the repository at this point in the history
  • Loading branch information
NeatGS committed Jul 7, 2023
1 parent 9c2cd86 commit 1511d2b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion chain/consensus/neatcon/epoch/epoch.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/neatio-network/neatio/chain/core/state"
"github.com/neatio-network/neatio/chain/log"
"github.com/neatio-network/neatio/utilities/common"
dbm "github.com/neatlib/db-go"
dbm "github.com/nio-net/database"
"github.com/neatlib/wire-go"

"math/big"
Expand Down
2 changes: 1 addition & 1 deletion chain/consensus/neatcon/epoch/epoch_vote.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/neatio-network/neatio/chain/log"
"github.com/neatio-network/neatio/utilities/common"
"github.com/neatlib/crypto-go"
"github.com/neatlib/db-go"
"github.com/nio-net/database"
"github.com/neatlib/wire-go"
)

Expand Down
2 changes: 1 addition & 1 deletion chain/consensus/neatcon/epoch/scheme.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

ncTypes "github.com/neatio-network/neatio/chain/consensus/neatcon/types"
"github.com/neatio-network/neatio/chain/log"
dbm "github.com/neatlib/db-go"
dbm "github.com/nio-net/database"
"github.com/neatlib/wire-go"
)

Expand Down
2 changes: 1 addition & 1 deletion chain/consensus/neatcon/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/neatio-network/neatio/chain/log"
"github.com/neatio-network/neatio/params"
cfg "github.com/neatlib/config-go"
dbm "github.com/neatlib/db-go"
dbm "github.com/nio-net/database"
cmn "github.com/nio-net/common"
)

Expand Down
2 changes: 1 addition & 1 deletion chain/core/chains_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/neatio-network/neatio/utilities/common"
"github.com/neatio-network/neatio/utilities/common/math"
"github.com/neatlib/crypto-go"
dbm "github.com/neatlib/db-go"
dbm "github.com/nio-net/database"
"github.com/neatlib/wire-go"
)

Expand Down
2 changes: 1 addition & 1 deletion chain/core/tx_callback.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/neatio-network/neatio/neatcli"
"github.com/neatio-network/neatio/utilities/common"
"github.com/neatlib/crypto-go"
dbm "github.com/neatlib/db-go"
dbm "github.com/nio-net/database"
)

type TX3LocalCache interface {
Expand Down
2 changes: 1 addition & 1 deletion chain/neatio/chain_mgr.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"github.com/neatio-network/neatio/utilities/common"
"github.com/neatio-network/neatio/utilities/utils"
"github.com/neatlib/crypto-go"
dbm "github.com/neatlib/db-go"
dbm "github.com/nio-net/database"
"github.com/pkg/errors"
"gopkg.in/urfave/cli.v1"
)
Expand Down
2 changes: 1 addition & 1 deletion chain/neatio/cross_chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
"github.com/neatio-network/neatio/utilities/common/math"
"github.com/neatio-network/neatio/utilities/rlp"
"github.com/neatlib/crypto-go"
dbm "github.com/neatlib/db-go"
dbm "github.com/nio-net/database"
)

type CrossChainHelper struct {
Expand Down
2 changes: 1 addition & 1 deletion chain/neatio/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"github.com/neatio-network/neatio/utilities/common"
"github.com/neatio-network/neatio/utilities/utils"
cfg "github.com/neatlib/config-go"
dbm "github.com/neatlib/db-go"
dbm "github.com/nio-net/database"
cmn "github.com/nio-net/common"
"github.com/pkg/errors"
)
Expand Down

0 comments on commit 1511d2b

Please sign in to comment.