mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-31 13:16:59 +00:00
make the rest of the code compile
This commit is contained in:
@@ -90,7 +90,7 @@ Create a file called `app.go` with the following content:
|
||||
package main
|
||||
|
||||
import (
|
||||
abcitypes "github.com/tendermint/tendermint/abci/types"
|
||||
abcitypes "github.com/tendermint/tendermint/pkg/abci"
|
||||
)
|
||||
|
||||
type KVStoreApplication struct {}
|
||||
|
||||
Reference in New Issue
Block a user