Skip to content

Commit

Permalink
fix: linting and test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillemGarciaDev committed Nov 7, 2024
1 parent 7453128 commit 1e02d58
Show file tree
Hide file tree
Showing 3 changed files with 596 additions and 371 deletions.
1 change: 0 additions & 1 deletion binary-codec/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ func EncodeForSigningClaim(json map[string]any) (string, error) {

// removeNonSigningFields removes the fields from a JSON transaction object that should not be signed.
func removeNonSigningFields(json map[string]any) map[string]any {

for k := range json {
fi, _ := definitions.Get().GetFieldInstanceByFieldName(k)

Expand Down
File renamed without changes.
Loading

0 comments on commit 1e02d58

Please sign in to comment.