Skip to content

Commit

Permalink
fix: missed pub on a field
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverHappened committed Jun 7, 2024
1 parent cc1867c commit 44ac3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/neutron-sdk/src/bindings/oracle/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub struct QuotePrice {
/// **block_timestamp** tracks the block height associated with this price update.
/// We include block timestamp alongside the price to ensure that smart
/// contracts and applications are not utilizing stale oracle prices
block_timestamp: String,
pub block_timestamp: String,
/// **block_height** is height of block mentioned above
pub block_height: u64,
}

0 comments on commit 44ac3c0

Please sign in to comment.