Skip to content

Commit

Permalink
register DGRound4Message for eddsa resharing (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylenfu authored May 7, 2020
1 parent cd273d1 commit e860e36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eddsa/resharing/messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ func init() {
proto.RegisterType((*DGRound2Message)(nil), tss.EDDSAProtoNamePrefix+"resharing.DGRound2Message")
proto.RegisterType((*DGRound3Message1)(nil), tss.EDDSAProtoNamePrefix+"resharing.DGRound3Message1")
proto.RegisterType((*DGRound3Message2)(nil), tss.EDDSAProtoNamePrefix+"resharing.DGRound3Message2")
proto.RegisterType((*DGRound4Message)(nil), tss.EDDSAProtoNamePrefix+"resharing.DGRound4Message")
}

// ----- //
Expand Down

0 comments on commit e860e36

Please sign in to comment.