From 3b801bd876784ccefcc805cc42ef4ca48163ed20 Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 22 Dec 2023 09:52:02 -0800 Subject: [PATCH] fix bits --- contracts/order_created.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contracts/order_created.yaml b/contracts/order_created.yaml index 534264d..50616a3 100644 --- a/contracts/order_created.yaml +++ b/contracts/order_created.yaml @@ -13,13 +13,13 @@ schema: doc: "FIX: Add documentation" - name: total_amount type: float - bits: 64 + bits: 32 doc: "FIX: Add documentation" - name: created_at type: int - bits: 64 + bits: 32 doc: "FIX: Add documentation" - name: total_items type: int doc: "FIX: Add documentation" - bits: 64 + bits: 32