Skip to content

Commit 210b4bb

Browse files
committed
changed c return value of update price to indicate aggregation (#190)
* changed c return value of update price to indicate aggregation * forgot to add bindings * removed the need for casting * fixed update_no_fail * removed unnecessary docker packages
1 parent f514be5 commit 210b4bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

program/c/src/oracle/oracle.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
extern "C" {
77
#endif
88

9+
910
//A return value indicating that the aggregate price was updated
1011
//this triggers SMA trackers to update
1112
//values 0-14 are defined in solana_sdk.h (v1.10.31 )

0 commit comments

Comments
 (0)