Skip to content

Commit 34e2025

Browse files
authored
Update exec_pipe.hpp
1 parent 6097d82 commit 34e2025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

barretenberg/cpp/src/barretenberg/api/exec_pipe.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
namespace bb {
1414

15-
// Unsafe version - renamed to make it clear this is dangerous
15+
// Unsafe version - DO NOT USE THIS DIRECTLY
1616
inline std::vector<uint8_t> exec_pipe_unsafe([[maybe_unused]] const std::string& command)
1717
{
1818
#ifdef __wasm__

0 commit comments

Comments
 (0)