mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-13 05:11:21 +00:00
Package import path change
This commit is contained in:
@ -4,10 +4,10 @@ import (
|
||||
"bytes"
|
||||
"sort"
|
||||
|
||||
"github.com/tendermint/tendermint2/account"
|
||||
. "github.com/tendermint/tendermint2/common"
|
||||
dbm "github.com/tendermint/tendermint2/db"
|
||||
"github.com/tendermint/tendermint2/types"
|
||||
"github.com/tendermint/tendermint/account"
|
||||
. "github.com/tendermint/tendermint/common"
|
||||
dbm "github.com/tendermint/tendermint/db"
|
||||
"github.com/tendermint/tendermint/types"
|
||||
|
||||
"io/ioutil"
|
||||
"os"
|
||||
|
Reference in New Issue
Block a user