Merge pull request #1931 from pebu1337/patch-1

Update error message
This commit is contained in:
majestrate 2022-06-06 11:45:15 -04:00 committed by GitHub
commit 3ef13bab7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ namespace llarp
},
[this](int arg) {
if (arg < 3 or arg > 8)
throw std::invalid_argument("[endpoint]:paths must be >= 2 and <= 8");
throw std::invalid_argument("[endpoint]:paths must be >= 3 and <= 8");
m_Paths = arg;
});