remove name fix

This commit is contained in:
Ethan Buchman
2015-05-27 11:10:30 -04:00
parent 77ff09e173
commit 37a8a6cd65
3 changed files with 40 additions and 4 deletions

View File

@ -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)