File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ collateral ratio" option.
295
295
## ` call_order_update_evaluator `
296
296
297
297
The ` call_order_update_evaluator ` is used to evaluate and apply the
298
- ` call_order_udpate_operation ` . Need to add logic:
298
+ ` call_order_update_operation ` . Need to add logic:
299
299
* only allow ` target_collateral_ratio ` to be set after the hard fork;
300
300
* set/update/clear ` target_collateral_ratio ` field of ` call_order_object `
301
301
accordingly. Specifically,
@@ -306,7 +306,7 @@ The `call_order_update_evaluator` is used to evaluate and apply the
306
306
307
307
The ` proposal_create_evaluator ` is used to evaluate and apply the
308
308
` proposal_create_operation ` , which can contain zero or more
309
- ` call_order_udpate_operation ` objects. Need to add logic:
309
+ ` call_order_update_operation ` objects. Need to add logic:
310
310
* only allow ` target_collateral_ratio ` to be set after the hard fork.
311
311
312
312
## Call Order Matching and Filling
You can’t perform that action at this time.
0 commit comments