Closed xeroc closed 7 years ago
Assume the core exchange rate of the asset is 1 asset = 1 CORE, assume there is X CORE in fee pool, the issuer can claim funds from fee pool easily with following steps as a work around, no matter how much CORE is in the fee pool:
limit_order_create_operation
which will never be filled, set the fee field to X assets, sign & broadcast itI believe @xeroc can make a python script to batch these operations, no need to write C++ code.
@abitmore The approach you describe is exactly what I meant by "pool draining" in the OP. I see it as a hacky solution that cannot be used if you have your asset traded already.
@xeroc what did you mean "have your asset traded already"? IMO the issuer can withdraw from fee pool with that approach at any time, anyone else can do that as well if have enough issued assets.
The approach I provided is just not too "cumbersome and time consuming" as you said in OP.
This issue was moved to bitshares/bitshares-core#188
Two points about the fee pool:
This should really exist as there is no real reason (AFAIK) that should prevent the issuer of an asset to also full control funds in the fee pool.
I propose a new
claim_pool_balance_operation
that takesas arguments.
~I consider this high priority to get this included in the next hard fork (if by any means possible)~