mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 12:51:22 +00:00
Clean up package names
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/*
|
||||
package localclient returns a Client implementation that
|
||||
package local returns a Client implementation that
|
||||
directly executes the rpc functions on a given node.
|
||||
|
||||
This implementation is useful for:
|
||||
@ -12,7 +12,7 @@ are compiled in process.
|
||||
For real clients, you probably want the "http" package. For more
|
||||
powerful control during testing, you probably want the "mock" package.
|
||||
*/
|
||||
package localclient
|
||||
package local
|
||||
|
||||
import (
|
||||
nm "github.com/tendermint/tendermint/node"
|
||||
|
Reference in New Issue
Block a user