Rename Topic to Topics

This commit is contained in:
Taylor Gerring
2015-03-11 10:56:44 -05:00
parent 9e89c803f1
commit 90f34ed40a
3 changed files with 7 additions and 7 deletions

View File

@ -400,7 +400,7 @@ func (self *EthereumApi) MessagesChanged(id int, reply *interface{}) error {
}
func (p *EthereumApi) WhisperPost(args *WhisperMessageArgs, reply *interface{}) error {
err := p.xeth().Whisper().Post(args.Payload, args.To, args.From, args.Topic, args.Priority, args.Ttl)
err := p.xeth().Whisper().Post(args.Payload, args.To, args.From, args.Topics, args.Priority, args.Ttl)
if err != nil {
return err
}