mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 04:41:22 +00:00
remove name fix
This commit is contained in:
@ -6,7 +6,6 @@ import (
|
||||
ctypes "github.com/tendermint/tendermint/rpc/core/types"
|
||||
)
|
||||
|
||||
// XXX: need we be careful about rendering bytes as string or is that their problem ?
|
||||
func NameRegEntry(name string) (*ctypes.ResponseNameRegEntry, error) {
|
||||
st := consensusState.GetState() // performs a copy
|
||||
entry := st.GetNameRegEntry(name)
|
||||
|
Reference in New Issue
Block a user