Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove setBlockHash
Signed-off-by: turuslan <[email protected]>
  • Loading branch information
turuslan committed Jul 29, 2022
commit 0e2d972495a136be95aba6c365524468242d0012
2 changes: 0 additions & 2 deletions test/mock/core/storage/changes_trie/changes_tracker_mock.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ namespace kagome::storage::changes_trie {

class ChangesTrackerMock : public ChangesTracker {
public:
MOCK_METHOD(void, setBlockHash, (const primitives::BlockHash &hash), ());

MOCK_METHOD(outcome::result<void>,
onBlockExecutionStart,
(primitives::BlockHash new_parent_hash,
Expand Down