-
Notifications
You must be signed in to change notification settings - Fork 646
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BSIP 27: OP for issuer to reclaim fee pool funds #188
Comments
From @abitmore on March 4, 2016 20:55 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:
I believe @xeroc can make a python script to batch these operations, no need to write C++ code. |
From @abitmore on March 7, 2016 13:44 The approach I provided is just not too "cumbersome and time consuming" as you said in OP. |
i need help draining my fee pools. I tried method above, but I can't enter a custom fee in the GUI. |
Which asset, which account? |
@pmconrad I managed to help @jonnybitcoin out .. |
It would be even more simple to halve the asset creation fee and leave the fee pool empty after creation. |
This is BSIP 27: https://github.com/bitshares/bsips/blob/master/bsip-0027.md |
PR #572 merged, closing. |
From @xeroc on March 4, 2016 20:13
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)Copied from original issue: cryptonomex/graphene#608
The text was updated successfully, but these errors were encountered: