mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
whisper: JSON field names fixed
This commit is contained in:
parent
d70a67abd1
commit
e026f53ab5
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue