Skip to content

Commit

Permalink
Mark charged_fee as required
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed Aug 29, 2023
1 parent 424fa91 commit 672f94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/spec/v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 672f94a

Please sign in to comment.