Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind authored Jan 31, 2024
1 parent c07c838 commit 38838ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/misc/migration_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ impl NoteInterface for CardNote {
fn compute_note_hash(self) -> Field {
pedersen_hash([
self.owner.to_field(),
],0)
], 0)
}
```

Expand All @@ -27,7 +27,7 @@ impl NoteInterface for CardNote {
fn compute_note_content_hash(self) -> Field {
pedersen_hash([
self.owner.to_field(),
],0)
], 0)
}
``````

Expand Down

0 comments on commit 38838ab

Please sign in to comment.