Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
setrofim committed May 12, 2023
1 parent 91c0545 commit b8a11fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sign1.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ func (m *Sign1Message) UnmarshalCBOR(data []byte) error {
return errors.New("cbor: UnmarshalCBOR on nil Sign1Message pointer")
}

// fast message check

// decode to sign1Message and parse
var raw sign1Message
var err error
Expand Down

0 comments on commit b8a11fc

Please sign in to comment.