We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1261a6d commit a0f5a29Copy full SHA for a0f5a29
digit-recognition/frontend/src/features/digit-recognizer/api/readRpcState.ts
@@ -12,7 +12,7 @@ export const readRpcState = async (mirrorId?: HexString) => {
12
if (!mirrorId) return;
13
14
const types: Record<string, any> = {
15
- FixedPoint: { num: "i64", scale: "u32" },
+ FixedPoint: { num: "i128", scale: "u32" },
16
};
17
18
const registry = new TypeRegistry();
0 commit comments