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

[3.2] add missing incoming_persisted in unapplied transaction queue's get_trx_type #201

Merged
merged 1 commit into from
Sep 22, 2022

Conversation

spoonincode
Copy link
Member

This was generating a compiler warning that a value was not handled.

@@ -1470,6 +1470,8 @@ producer_plugin::get_unapplied_transactions( const get_unapplied_transactions_pa
return "forked";
case trx_enum_type::aborted:
return "aborted";
case trx_enum_type::incoming_persisted:
return "incoming_persisted";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. That is what I get for letting CLion generate the switch statement for me. I wonder why it got confused.

@heifner heifner changed the title add missing incoming_persisted in unapplied transaction queue's get_trx_type [3.2] add missing incoming_persisted in unapplied transaction queue's get_trx_type Sep 22, 2022
@spoonincode spoonincode merged commit 893e0ab into main Sep 22, 2022
@spoonincode spoonincode deleted the incoming_persisted_type branch September 22, 2022 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants