Skip to content

Commit

Permalink
GH-2175 Add pending_qc and valid_qc to block_state reflection
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Feb 7, 2024
1 parent b437b65 commit f31732a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chain/include/eosio/chain/block_state.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ using block_state_ptr = std::shared_ptr<block_state>;
} // namespace eosio::chain

// not exporting pending_qc or valid_qc
FC_REFLECT_DERIVED( eosio::chain::block_state, (eosio::chain::block_header_state), (block)(validated)(strong_digest)(weak_digest) )
FC_REFLECT_DERIVED( eosio::chain::block_state, (eosio::chain::block_header_state), (block)(validated)(strong_digest)(weak_digest)(pending_qc)(valid_qc) )

0 comments on commit f31732a

Please sign in to comment.