From 0e702574e96884c3e8834eaff12396b1dfb54a52 Mon Sep 17 00:00:00 2001 From: Mahdi Yari <m.yary15@gmail.com> Date: Fri, 4 Jun 2021 01:20:25 +0430 Subject: [PATCH] add collateralized_convert to the list --- src/auth/serializer/src/operations.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/auth/serializer/src/operations.js b/src/auth/serializer/src/operations.js index abc330b..7c7d43b 100644 --- a/src/auth/serializer/src/operations.js +++ b/src/auth/serializer/src/operations.js @@ -1009,6 +1009,7 @@ operation.st_operations = [ update_proposal_votes, remove_proposal, update_proposal, + collateralized_convert, claim_reward_balance2, vote2, smt_setup, -- GitLab