Skip to content

Commit

Permalink
Update SorobanResources for consistency with config update.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmkozh committed Jul 26, 2023
1 parent e72168f commit 07b6d7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Stellar-transaction.x
Original file line number Diff line number Diff line change
Expand Up @@ -815,9 +815,9 @@ struct SorobanResources
// The maximum number of bytes this transaction can write to ledger
uint32 writeBytes;

// Maximum size of dynamic metadata produced by this contract (
// bytes read from ledger + bytes written to ledger + event bytes written to meta).
uint32 extendedMetaDataSizeBytes;
// Maximum size of the contract events (serialized to XDR) this transaction
// can emit.
uint32 contractEventsSizeBytes;
};

// The transaction extension for Soroban.
Expand Down

0 comments on commit 07b6d7d

Please sign in to comment.