Skip to content

Commit

Permalink
add missing incoming_persisted in get_trx_type
Browse files Browse the repository at this point in the history
  • Loading branch information
spoonincode committed Sep 22, 2022
1 parent 25db760 commit 77d4029
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/producer_plugin/producer_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
case trx_enum_type::incoming:
return "incoming";
}
Expand Down

0 comments on commit 77d4029

Please sign in to comment.