Skip to content

Commit e850caa

Browse files
fix compile error (Visual C++)
1 parent a1541d6 commit e850caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/herder/test/HerderTests.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5814,7 +5814,7 @@ TEST_CASE("SCP message capture from previous ledger", "[herder]")
58145814
// Initialize simulation
58155815
auto networkID = sha256(getTestConfig().NETWORK_PASSPHRASE);
58165816
auto simulation = std::make_shared<Simulation>(
5817-
Simulation::OVER_LOOPBACK, networkID, [](int i) {
5817+
Simulation::OVER_LOOPBACK, networkID, [version](int i) {
58185818
auto cfg = getTestConfig(i, Config::TESTDB_ON_DISK_SQLITE);
58195819
cfg.TESTING_UPGRADE_LEDGER_PROTOCOL_VERSION = version;
58205820
return cfg;

0 commit comments

Comments
 (0)