Skip to content

Commit

Permalink
Merge pull request #501 from oasisprotocol/lw/required-charged-fee
Browse files Browse the repository at this point in the history
Mark charged_fee as required
  • Loading branch information
lukaw3d authored Aug 29, 2023
2 parents 424fa91 + 672f94a commit 7038194
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 7038194

Please sign in to comment.