File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -221,12 +221,6 @@ typedef enum {
221
221
// key[2] sysvar_clock account [readable]
222
222
e_cmd_upd_price ,
223
223
224
- // publish component price, never returning an error even if the update failed
225
- // key[0] funding account [signer writable]
226
- // key[1] price account [writable]
227
- // key[2] sysvar_clock account [readable]
228
- e_cmd_upd_price_no_fail_on_error ,
229
-
230
224
// compute aggregate price
231
225
// key[0] funding account [signer writable]
232
226
// key[1] price account [writable]
@@ -251,8 +245,13 @@ typedef enum {
251
245
// set min publishers
252
246
// key[0] funding account [signer writable]
253
247
// key[1] price account [signer writable]
254
- e_cmd_set_min_pub
248
+ e_cmd_set_min_pub ,
255
249
250
+ // publish component price, never returning an error even if the update failed
251
+ // key[0] funding account [signer writable]
252
+ // key[1] price account [writable]
253
+ // key[2] sysvar_clock account [readable]
254
+ e_cmd_upd_price_no_fail_on_error ,
256
255
} command_t ;
257
256
258
257
typedef struct cmd_hdr
You can’t perform that action at this time.
0 commit comments