mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-03 08:37:37 +00:00
Keymanager API: enum lowercase (#11194)
This commit is contained in:
parent
c1e7afa201
commit
21b7861d37
@ -24,7 +24,7 @@ type deleteKeystoresRequestJson struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type statusJson struct {
|
type statusJson struct {
|
||||||
Status string `json:"status"`
|
Status string `json:"status" enum:"true"`
|
||||||
Message string `json:"message"`
|
Message string `json:"message"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user