mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Throws, explicits and trivial cleanups
This commit is contained in:
committed by
Nik Bougalis
parent
8e842b5893
commit
ed9f5639a8
@@ -38,7 +38,7 @@ loadNodeIdentity (Application& app)
|
||||
app.config().NODE_SEED);
|
||||
|
||||
if (!seed)
|
||||
throw std::runtime_error (
|
||||
Throw<std::runtime_error>(
|
||||
"NodeIdentity: Bad [node_seed] specified");
|
||||
|
||||
auto secretKey =
|
||||
|
||||
Reference in New Issue
Block a user