diff --git a/Stellar-ledger.x b/Stellar-ledger.x index 14b0bdc..292a20b 100644 --- a/Stellar-ledger.x +++ b/Stellar-ledger.x @@ -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; };