Skip to content

Commit

Permalink
refactor: Removed redundant destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
EduMenges committed May 8, 2024
1 parent c1bde27 commit cef9ed8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/blockchain/block_header_repository.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ namespace sgns::blockchain
class BlockHeaderRepository : public IComponent
{
public:
~BlockHeaderRepository() override = default;

/**
* @param hash - a blake2_256 hash of an SCALE encoded block header
* @return the number of the block with the provided hash in case one is in
Expand Down

0 comments on commit cef9ed8

Please sign in to comment.