whisper: JSON field names fixed

This commit is contained in:
Vlad 2017-02-22 15:23:18 +01:00
parent d70a67abd1
commit e026f53ab5

View file

@ -373,8 +373,8 @@ type PostArgs struct {
Payload hexutil.Bytes `json:"payload"`
WorkTime uint32 `json:"worktime"`
PoW float64 `json:"pow"`
FilterID string `json:"filterid"`
PeerID hexutil.Bytes `json:"peerid"`
FilterID string `json:"filterID"`
PeerID hexutil.Bytes `json:"peerID"`
}
type WhisperFilterArgs struct {