mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-30 19:51:58 +00:00
TMSP -> ABCI
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
package tmspcli
|
||||
package abcicli
|
||||
|
||||
import (
|
||||
"sync"
|
||||
|
||||
. "github.com/tendermint/go-common"
|
||||
types "github.com/tendermint/tmsp/types"
|
||||
types "github.com/tendermint/abci/types"
|
||||
)
|
||||
|
||||
type localClient struct {
|
||||
|
Reference in New Issue
Block a user