piece out sam3

This commit is contained in:
eyedeekay
2025-02-17 21:48:51 -05:00
parent 5a1b4e14d9
commit c1d7c642b4
11 changed files with 25 additions and 23 deletions

View File

@@ -452,7 +452,7 @@ func (f *I2PConfig) LeaseSetEncryptionType() string {
for _, s := range strings.Split(f.LeaseSetEncryption, ",") {
if _, err := strconv.Atoi(s); err != nil {
log.WithField("invalidType", s).Panic("Invalid encrypted leaseSet type")
//panic("Invalid encrypted leaseSet type: " + s)
// panic("Invalid encrypted leaseSet type: " + s)
}
}