Set nat: none for tests

This commit is contained in:
Eric 2025-11-10 19:57:34 +11:00
parent 123c5a482b
commit b48610b1d6
No known key found for this signature in database

View File

@ -15,6 +15,7 @@ func defaultConfigHelper(t *testing.T) Config {
MetricsEnabled: false,
BlockRetries: 3000,
LogLevel: "ERROR",
Nat: "none",
}
}