Skip to content

Commit 1bb1b8d

Browse files
committed
Reset static soroban state in loadgen at construction.
1 parent 5acc95c commit 1bb1b8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/simulation/LoadGenerator.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ LoadGenerator::LoadGenerator(Application& app)
101101
, mLoadgenFail(
102102
mApp.getMetrics().NewMeter({"loadgen", "run", "failed"}, "run"))
103103
{
104+
resetSorobanState();
104105
}
105106

106107
LoadGenMode

0 commit comments

Comments
 (0)