Reverted back to old messages

This commit is contained in:
obscuren
2014-02-02 01:40:03 +01:00
parent 2067175808
commit f56a595954
2 changed files with 2 additions and 12 deletions

View File

@ -136,7 +136,7 @@ func (i *Console) ParseInput(input string) bool {
fmt.Println("getaddr: address unknown")
}
case "say":
i.ethereum.Broadcast(ethwire.MsgTalkTy, tokens[1])
i.ethereum.Broadcast(ethwire.MsgTalkTy, []interface{}{tokens[1]})
case "addp":
i.ethereum.ConnectToPeer(tokens[1])
case "pcount":