Skip to content

Commit

Permalink
Rename feeWrite1KBClassic->feeWrite1KB as per CAP-66 update. (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmkozh authored Feb 26, 2025
1 parent 5d9d204 commit 8d9f370
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Stellar-contract-config-setting.x
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,10 @@ struct ConfigSettingContractLedgerCostExtV0
{
// Maximum number of in-memory ledger entry read operations per transaction
uint32 txMaxInMemoryReadEntries;
// Fee per 1 KB of classic state written by Soroban.
// This is a flat fee because Soroban can't increase the classic state size.
int64 feeWrite1KBClassic;
// Fee per 1 KB of data written to the ledger.
// Unlike the rent fee, this is a flat fee that is charged for any ledger
// write, independent of the type of the entry being written.
int64 feeWrite1KB;
};

// Historical data (pushed to core archives) settings for contracts.
Expand Down

0 comments on commit 8d9f370

Please sign in to comment.