Skip to content

Commit 27d0fe4

Browse files
committed
struct comment
1 parent c9758cc commit 27d0fe4

File tree

1 file changed

+3
-0
lines changed
  • target_chains/stylus/contracts/pyth-receiver/src

1 file changed

+3
-0
lines changed

target_chains/stylus/contracts/pyth-receiver/src/structs.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ pub struct PriceInfoStorage {
9696
pub ema_conf: StorageU64,
9797
}
9898

99+
// Addressing nit -- running into some versioning issues that preclude me
100+
// from returning the PriceInfo struct directly. Need to figure that out.
101+
99102
// pub struct PriceInfo {
100103
// pub publish_time: U64,
101104
// pub expo: I32,

0 commit comments

Comments
 (0)