Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Stellar-ledger.x
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ struct SorobanTransactionMetaExtV1
// transactions, this will be `0` for failed transactions.
int64 totalRefundableResourceFeeCharged;
// Amount (in stroops) that has been charged for rent.
// This is a part of `totalNonRefundableResourceFeeCharged`.
// This is a part of `totalRefundableResourceFeeCharged`.
int64 rentFeeCharged;
};

Expand Down
Loading