refactor: (Solution) replace check_amount with checked_amount
- This is to have consistency with checked_token
This commit is contained in:
@@ -14,7 +14,7 @@ pub use clap::Parser;
|
||||
/// "exact_out": false,
|
||||
/// "slippage": 0.01,
|
||||
/// "expected_amount": "123...",
|
||||
/// "check_amount": "123...",
|
||||
/// "checked_amount": "123...",
|
||||
/// "swaps": [{
|
||||
/// "component": {
|
||||
/// "id": "...",
|
||||
|
||||
Reference in New Issue
Block a user