Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Feb 1, 2024
1 parent d14c88f commit bb571a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yarn-project/acir-simulator/src/acvm/deserialize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export function fromACVMField(field: ACVMField): Fr {
* Converts a field to a number.
* @param fr - The field to convert.
* @returns The number.
* TODO(#4102): Nuke this once block number is big int.
*/
export function frToNumber(fr: Fr): number {
return Number(fr.value);
Expand Down

0 comments on commit bb571a2

Please sign in to comment.