File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -282,11 +282,11 @@ class LoadGenerator
282
282
283
283
// Internal loadgen state gets reset after each run, but it is impossible to
284
284
// regenerate contract instance keys for DB lookup. Due to this we maintain
285
- // a static list of instances and the wasm entry which we use to rebuild
285
+ // a list of instances and the wasm entry which we use to rebuild
286
286
// mContractInstances at the start of each SOROBAN_INVOKE run
287
- inline static UnorderedSet<LedgerKey> mContractInstanceKeys = {};
288
- inline static std::optional<LedgerKey> mCodeKey = std::nullopt;
289
- inline static uint64_t mContactOverheadBytes = 0 ;
287
+ UnorderedSet<LedgerKey> mContractInstanceKeys = {};
288
+ std::optional<LedgerKey> mCodeKey = std::nullopt;
289
+ uint64_t mContactOverheadBytes = 0 ;
290
290
291
291
// Maps account ID to it's contract instance, where each account has a
292
292
// unique instance
You can’t perform that action at this time.
0 commit comments