You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix StorageGuard access in get_price_unsafe function
- Replace incorrect .try_read().ok_or() with proper .get() method calls
- Add zero-value check for publish_time to determine if price data exists
- Contract now compiles successfully without StorageGuard errors
Co-Authored-By: ayush.suresh@dourolabs.xyz <byteSlayer31037@gmail.com>
0 commit comments