Merge pull request #1931 from pebu1337/patch-1

Update error message
pull/1933/head
majestrate 2 years ago committed by GitHub
commit 3ef13bab7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;
});

Loading…
Cancel
Save