Skip to content

Commit 2138a76

Browse files
author
Jenita
committed
feat: created genesis pools from shelly genesis
Signed-off-by: Jenita <[email protected]>
1 parent e484fdb commit 2138a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ledger/common/certs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,8 @@ type PoolRegistrationCertificate struct {
391391
}
392392

393393
func (p *PoolRegistrationCertificate) UnmarshalJSON(data []byte) error {
394-
//nolint:musttag
395394
type tempPool struct {
395+
//nolint:musttag
396396
Operator string `json:"operator"`
397397
VrfKeyHash string `json:"vrfKeyHash"`
398398
Pledge uint64 `json:"pledge"`

0 commit comments

Comments
 (0)