Skip to content

Commit

Permalink
nothing to look at
Browse files Browse the repository at this point in the history
  • Loading branch information
e-asphyx committed Apr 11, 2024
1 parent 293f8c5 commit b6695c2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions protocol/proto_019_PtParisB/balance_update.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package proto_019_PtParisB

import (
tz "github.com/ecadlabs/gotez/v2"
"github.com/ecadlabs/gotez/v2/encoding"
"github.com/ecadlabs/gotez/v2/protocol/core"
"github.com/ecadlabs/gotez/v2/protocol/proto_012_Psithaca"
Expand Down Expand Up @@ -85,9 +84,7 @@ type StakerSingle = proto_018_Proxford.StakerSingle
type StakerShared = proto_018_Proxford.StakerShared
type StakerBaker = proto_018_Proxford.StakerBaker

type StakerBakerEdge struct {
Baker tz.PublicKeyHash `json:"baker"`
}
type StakerBakerEdge StakerBaker

func (StakerBakerEdge) StakerKind() string { return "baker_edge" }

Expand Down

0 comments on commit b6695c2

Please sign in to comment.