-
Notifications
You must be signed in to change notification settings - Fork 649
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
Issue 1800: Temp-account market fee sharing #1870
Issue 1800: Temp-account market fee sharing #1870
Conversation
|
||
auto registrar = ( seller.registrar == GRAPHENE_TEMP_ACCOUNT && head_block_time() >= HARDFORK_CORE_1800_TIME ) | ||
? GRAPHENE_COMMITTEE_ACCOUNT | ||
: seller.registrar; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be done for both registrar and referrer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- IMO this is premature, the discussion in Temp-account market fee sharing issue #1800 has not reached consensus yet.
This PR changes vesting balance IDs and thus breaks consensus.Sorry, I was wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merging to our repository for progress.
Done according to conversation (#1800 (comment))