Rename all packages and imports to cosmos-sdk

This commit is contained in:
Ethan Frey
2017-08-21 22:15:15 +01:00
parent 8a430648e4
commit 041943c441
140 changed files with 1016 additions and 1016 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
package basecoin
package sdk
import (
abci "github.com/tendermint/abci/types"
"github.com/tendermint/go-wire/data"
"github.com/tendermint/tmlibs/log"
"github.com/tendermint/basecoin/state"
"github.com/cosmos/cosmos-sdk/state"
)
// Handler is anything that processes a transaction