Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
joanestebanr committed Jul 25, 2024
1 parent 8adc59e commit 9c2e662
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dataavailability/datacommittee/datacommittee.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,11 +269,6 @@ func collectSignatures(committee *DataCommittee, ch chan signatureMsg, cancelSig

type funcSignType func(c client.Client) ([]byte, error)

type SignedInterface interface {
SetSignature([]byte)
Signer() (common.Address, error)
}

// funcSetSignatureType: is not possible to define a SetSignature function because
// the type daTypes.SequenceBanana and daTypes.Sequence belong to different packages
// So a future refactor is define a common interface for both
Expand Down

0 comments on commit 9c2e662

Please sign in to comment.