Update bsip-0040.md
This commit is contained in:
parent
1d0a341e61
commit
e749319cac
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ Adding a custom active authority means increased effort for the backend, and wit
|
|||
- A fixed high fee independent of authorities content
|
||||
- Tied to the duration and complexity of the custom active authority. Transaction fee is then `fee = flat_fee + basic_fee * duration` where `basic_fee` is calculated according to complexity (e.g. size of authority, number of restrictions and etc.). Fee is capped at 1 year for LTM, `duration` refers to the time that is still left, not the actual duration
|
||||
(i.e. `date_to - max(now, date_from)`)
|
||||
- `update_custom_active_authority`: Base fee similar to `account_update` plus dynamic one for any duration changes, no payback if duration in decreased.
|
||||
- `update_custom_active_authority`: Base fee similar to `account_update` plus dynamic one for any duration increase, no payback if duration in decreased (increase/decrease is evaluated on both interval ends separately)
|
||||
- `delete_custom_active_authority`: Cheap similar to `limit_order_cancel`
|
||||
|
||||
This logic forces the user to think about the desired duration and enforces to put it rather too short than too long.
|
||||
|
|
Loading…
Reference in a new issue