Skip to content

Commit

Permalink
Merge pull request #201 from AntelopeIO/incoming_persisted_type
Browse files Browse the repository at this point in the history
[3.2] add missing incoming_persisted in unapplied transaction queue's get_trx_type
  • Loading branch information
spoonincode authored Sep 22, 2022
2 parents c58668f + 77d4029 commit 893e0ab
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 893e0ab

Please sign in to comment.