more explicit sanity checks for computing balance in interval (previously all failed with div-by-zero)
typos
This commit is contained in:
@@ -11,6 +11,7 @@ export enum BinOpErrorCodes {
|
||||
}
|
||||
|
||||
export enum DowncastErrorCodes {
|
||||
ValueTooLargeToDowncastToUint32,
|
||||
ValueTooLargeToDowncastToUint64,
|
||||
ValueTooLargeToDowncastToUint96,
|
||||
}
|
||||
|
Reference in New Issue
Block a user