-
Notifications
You must be signed in to change notification settings - Fork 660
Open
Milestone
Description
Currently, a buyback account can be created using an account_create operation with an extension like this:
"buyback_options": {
"asset_to_buy": "1.3.330",
"asset_to_buy_issuer": "1.2.3563",
"markets": ["1.3.329"]},
Problems are
- This extension requires the
ownerandactiveto be thenull-account - If you want max usability, you want to be able to buy back
Xwith assetsA,B, ... which is possible already, but the operation fails to pay for the fee becauseBTS/TESTare not part ofmarkets. If it was, the core asset would be used to buy backX.
Proposal: Allow transfers of CORE to a special account to pay for the order creation fee IFF CORE is not listed in markets.
Discuss!
Reactions are currently unavailable