Skip to content

Commit

Permalink
Remove inline from TreeMeta::getWeight (#1820)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsa authored Oct 2, 2023
1 parent eadc7aa commit 74e044b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/blockchain/impl/cached_tree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ namespace kagome::blockchain {
handle(subtree_root_node);
}

inline TreeMeta::Weight TreeMeta::getWeight(
TreeMeta::Weight TreeMeta::getWeight(
std::shared_ptr<TreeNode> node) const {
auto finalized = last_finalized.lock();
BOOST_ASSERT(finalized);
Expand Down

0 comments on commit 74e044b

Please sign in to comment.