Skip to content

Commit

Permalink
GH-3 Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Apr 18, 2024
1 parent ecc8cd4 commit 8d3a838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chain/include/eosio/chain/vote_processor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class vote_processor_t {

using vote_index_type = boost::multi_index_container< vote,
indexed_by<
ordered_non_unique< tag<by_block_num>, const_mem_fun<vote, block_num_type, &vote::block_num>, std::greater<> >, // decending
ordered_non_unique< tag<by_block_num>, const_mem_fun<vote, block_num_type, &vote::block_num>, std::greater<> >, // descending
ordered_non_unique< tag<by_connection>, member<vote, uint32_t, &vote::connection_id> >,
ordered_non_unique< tag<by_last_received>, member<vote, fc::time_point, &vote::received> >
>
Expand Down

0 comments on commit 8d3a838

Please sign in to comment.