File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22#ifndef HIERO_SDK_CPP_LAMBDA_EVM_HOOK_H_
33#define HIERO_SDK_CPP_LAMBDA_EVM_HOOK_H_
44
5- #include " hooks/LambdaStorageUpdate.h"
65#include " hooks/EvmHookSpec.h"
6+ #include " hooks/LambdaStorageUpdate.h"
77
88#include < vector>
99
@@ -69,7 +69,7 @@ class LambdaEvmHook : public EvmHookSpec
6969 /* *
7070 * The initial storage updates for the lambda, if any.
7171 */
72- std::vector<LambdaStorageUpdate> mStorageUpdates ;
72+ std::vector<LambdaStorageUpdate> mStorageUpdates ;
7373};
7474
7575} // namespace Hiero
Original file line number Diff line number Diff line change 88namespace Hiero
99{
1010// -----
11- LambdaMappingEntries LambdaMappingEntries::fromProtobuf (const com::hedera::hapi::node::hooks::LambdaMappingEntries&
12- proto)
11+ LambdaMappingEntries LambdaMappingEntries::fromProtobuf (
12+ const com::hedera::hapi::node::hooks::LambdaMappingEntries& proto)
1313{
1414 LambdaMappingEntries lambdaMappingEntries;
1515 lambdaMappingEntries.mMappingSlot = internal::Utilities::stringToByteVector (proto.mapping_slot ());
You can’t perform that action at this time.
0 commit comments