Skip to content

Commit 6ac39de

Browse files
committed
fix: Fix comment in ReportV5 schema docs
1 parent 23a446c commit 6ac39de

File tree

1 file changed

+1
-1
lines changed
  • rust/crates/report/src/report

1 file changed

+1
-1
lines changed

rust/crates/report/src/report/v5.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use num_bigint::BigInt;
1212
/// - `native_fee`: Base cost to validate a transaction using the report, denominated in the chain's native token (e.g., WETH/ETH).
1313
/// - `link_fee`: Base cost to validate a transaction using the report, denominated in LINK.
1414
/// - `expires_at`: Latest timestamp where the report can be verified onchain.
15-
/// - `rate`: The interest rate or yield (18 decimal precision).
15+
/// - `rate`: The interest rate.
1616
/// - `timestamp`: Timestamp when the rate was observed.
1717
/// - `duration`: Duration for which the rate is applicable.
1818
///

0 commit comments

Comments
 (0)