Skip to content
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

Sanity check: In s_transactions_new_proposals, is it possible that current_proposers get replicated more than once? #279

Open
SeanMcOwen opened this issue May 13, 2024 · 1 comment
Labels
question Further information is requested Tier4

Comments

@SeanMcOwen
Copy link
Contributor

current_proposers: set[AgentUUID] = {p.who
for p in new_transactions.values()
if p.when >= current_process.current_phase_init_time}

@SeanMcOwen SeanMcOwen added Tier4 question Further information is requested labels May 13, 2024
@jackhack00
Copy link
Contributor

@danlessa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested Tier4
Projects
None yet
Development

No branches or pull requests

2 participants