diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-03-21 10:12:12 +0000 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-03-21 10:12:23 +0000 |
| commit | f7301c3563e7ae19b8d7c65d8bc88f3c42eefc09 (patch) | |
| tree | 18d3ab32dfd303b6256c0571cfd9d893db858531 /src/cryptonote_core/cryptonote_core.cpp | |
| parent | 37fbb7a8b7ab97dd6f95b72f7fcca9b79584b8c1 (diff) | |
| download | monzero-core-f7301c3563e7ae19b8d7c65d8bc88f3c42eefc09.tar.gz monzero-core-f7301c3563e7ae19b8d7c65d8bc88f3c42eefc09.tar.xz monzero-core-f7301c3563e7ae19b8d7c65d8bc88f3c42eefc09.zip | |
Revert "Print stack trace upon exceptions"
Ain't nobody got time for link/cmake skullduggery.
This reverts commit fff238ec94ac6d45fc18c315d7bc590ddfaad63d.
Diffstat (limited to 'src/cryptonote_core/cryptonote_core.cpp')
| -rw-r--r-- | src/cryptonote_core/cryptonote_core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/cryptonote_core.cpp b/src/cryptonote_core/cryptonote_core.cpp index 907f9d803..6f0fe88a4 100644 --- a/src/cryptonote_core/cryptonote_core.cpp +++ b/src/cryptonote_core/cryptonote_core.cpp @@ -161,7 +161,7 @@ namespace cryptonote cryptonote::checkpoints checkpoints; if (!cryptonote::create_checkpoints(checkpoints)) { - throw tools::runtime_error("Failed to initialize checkpoints"); + throw std::runtime_error("Failed to initialize checkpoints"); } set_checkpoints(std::move(checkpoints)); |
