From 2135bab1427f006509ea1a90120ebea78273937a Mon Sep 17 00:00:00 2001 From: Ana G <40721795+Bitcoinera@users.noreply.github.com> Date: Fri, 17 Jan 2020 12:52:14 +0100 Subject: [PATCH] delete amount field (#274) --- lib/schema.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/schema.js b/lib/schema.js index 7c02afd3d2..998b55dbaa 100644 --- a/lib/schema.js +++ b/lib/schema.js @@ -145,7 +145,6 @@ const typeDefs = gql` fee: Coin signature: String! value: String! - amount: String undelegationEndTime: String }