mirror of
https://github.com/monero-project/monero.git
synced 2025-12-23 07:29:11 -08:00
Revert "Print stack trace upon exceptions"
Ain't nobody got time for link/cmake skullduggery.
This reverts commit fff238ec94.
This commit is contained in:
@@ -156,7 +156,7 @@ namespace
|
||||
}
|
||||
}
|
||||
|
||||
throw tools::runtime_error("invalid public key wasn't found");
|
||||
throw std::runtime_error("invalid public key wasn't found");
|
||||
return crypto::public_key();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user