Skip to content

Commit

Permalink
GH-1062 Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Feb 6, 2025
1 parent 6ae62d8 commit c0b6443
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/chain/include/eosio/chain/block.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ namespace eosio { namespace chain {
using block_extension = block_extension_types::block_extension_t;

using signed_block_ptr = std::shared_ptr<const signed_block>;
// mutable_block_ptr is built up until it is signed and converted to signed_block_ptr
// mutable_block_ptr is not thread safe and should be moved into signed_block_ptr when complete
using mutable_block_ptr = std::unique_ptr<signed_block>;

/**
Expand Down

0 comments on commit c0b6443

Please sign in to comment.