Skip to content

Commit

Permalink
GH-529 Remove unused rejected_block and voted_block channels
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Sep 2, 2024
1 parent ca75538 commit 7b0d55d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ namespace eosio::chain::plugin_interface {
struct chain_plugin_interface;

namespace channels {
using rejected_block = channel_decl<struct rejected_block_tag, signed_block_ptr>;
using accepted_block_header = channel_decl<struct accepted_block_header_tag, block_signal_params>;
using accepted_block = channel_decl<struct accepted_block_tag, block_signal_params>;
using irreversible_block = channel_decl<struct irreversible_block_tag, block_signal_params>;
using applied_transaction = channel_decl<struct applied_transaction_tag, transaction_trace_ptr>;
using voted_block = channel_decl<struct voted_block_tag, vote_message>;
}

namespace methods {
Expand Down

0 comments on commit 7b0d55d

Please sign in to comment.