mirror of
https://github.com/go-i2p/go-sam-go.git
synced 2025-07-27 19:28:07 -04:00
piece out sam3
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user