From 42e9d95cc3f57e6c7ede19ef26641513b2899dfe Mon Sep 17 00:00:00 2001 From: Mahdi Yari <m.yary16@gmail.com> Date: Wed, 4 Nov 2020 20:56:24 +0330 Subject: [PATCH] Update operations.js --- src/auth/serializer/src/operations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth/serializer/src/operations.js b/src/auth/serializer/src/operations.js index d09e2fc..6f6fbe9 100644 --- a/src/auth/serializer/src/operations.js +++ b/src/auth/serializer/src/operations.js @@ -713,7 +713,7 @@ let remove_proposal = new Serializer( let update_proposal = new Serializer( "update_proposal", { creator: string, - proposal_id: string, + proposal_id: uint64, daily_pay: asset, subject: string, permlink: string, -- GitLab