coffinsfcompute
Results
1
issues of
coffinsfcompute
`MAX_SAFE_INTEGER` has the wrong value. It is: ``` pub const MAX_SAFE_INTEGER: u64 = 900_719_925_474_099; ``` it should be ``` pub const MAX_SAFE_INTEGER: u64 = 9_007_199_254_740_991; ```