From 672f94af5f9298ee333faeb74cbe15b8c8678069 Mon Sep 17 00:00:00 2001 From: Luka Jeran Date: Tue, 15 Aug 2023 16:16:10 +0200 Subject: [PATCH] Mark charged_fee as required --- api/spec/v1.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/spec/v1.yaml b/api/spec/v1.yaml index 2c4a25463..5473cf0b9 100644 --- a/api/spec/v1.yaml +++ b/api/spec/v1.yaml @@ -2258,7 +2258,7 @@ components: RuntimeTransaction: type: object # NOTE: Not guaranteed to be present: eth_hash, to, amount. - required: [round, index, timestamp, hash, sender_0, nonce_0, fee, gas_limit, gas_used, size] + required: [round, index, timestamp, hash, sender_0, nonce_0, fee, charged_fee, gas_limit, gas_used, size] properties: round: type: integer