Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
Signed-off-by: turuslan <[email protected]>
  • Loading branch information
turuslan committed Dec 20, 2024
1 parent 4c6ab52 commit 0f2edea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/parachain/pvf/secure_mode.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ namespace kagome::parachain {

std::string message_;
};

inline auto make_exception_ptr(SecureModeError e) {
return std::make_exception_ptr(e);
}

template <typename R>
using SecureModeOutcome = CustomOutcome<R, SecureModeError>;

Expand Down

0 comments on commit 0f2edea

Please sign in to comment.