Topics => Topic. Closes #343

This commit is contained in:
obscuren
2015-02-19 11:49:58 +01:00
parent fdecc11128
commit 03b8c6841b
3 changed files with 7 additions and 22 deletions

View File

@ -289,7 +289,7 @@ type WhisperMessageArgs struct {
Payload string
To string
From string
Topics []string
Topic []string
Priority uint32
Ttl uint32
}