Skip to content

Commit 5be37cd

Browse files
committed
adds useful comment to make_hash
Signed-off-by: nicol-ii <[email protected]>
1 parent 286aa70 commit 5be37cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parsec/agent/runners/lua/impl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ namespace cbdc::parsec::agent::runner {
321321
cbdc::hash_t computed_hash{};
322322
sha.Finalize(computed_hash.data());
323323
lua_pushlstring(L, reinterpret_cast<char*>(computed_hash.data()), sz);
324-
return 1;
324+
return 1; // function returns 1 stack element
325325
}
326326

327327
}

0 commit comments

Comments
 (0)