We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e484fdb commit 2138a76Copy full SHA for 2138a76
ledger/common/certs.go
@@ -391,8 +391,8 @@ type PoolRegistrationCertificate struct {
391
}
392
393
func (p *PoolRegistrationCertificate) UnmarshalJSON(data []byte) error {
394
- //nolint:musttag
395
type tempPool struct {
+ //nolint:musttag
396
Operator string `json:"operator"`
397
VrfKeyHash string `json:"vrfKeyHash"`
398
Pledge uint64 `json:"pledge"`
0 commit comments