diff options
| author | Antonio Juarez <antonio.maria.juarez@live.com> | 2014-04-07 16:02:15 +0100 |
|---|---|---|
| committer | Antonio Juarez <antonio.maria.juarez@live.com> | 2014-04-07 16:02:15 +0100 |
| commit | a401a02ddb3fb045d998cf650292cab3b3ebfd58 (patch) | |
| tree | 61d021af997193aba90b95b70836c2d031334aff /src/wallet/wallet_errors.h | |
| parent | 29c2859a3e8a935ef605534c6c36333894980d50 (diff) | |
| download | monzero-core-a401a02ddb3fb045d998cf650292cab3b3ebfd58.tar.gz monzero-core-a401a02ddb3fb045d998cf650292cab3b3ebfd58.tar.xz monzero-core-a401a02ddb3fb045d998cf650292cab3b3ebfd58.zip | |
Improvements in JSON RPC
Diffstat (limited to 'src/wallet/wallet_errors.h')
| -rw-r--r-- | src/wallet/wallet_errors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet_errors.h b/src/wallet/wallet_errors.h index b517d64f9..b2a863436 100644 --- a/src/wallet/wallet_errors.h +++ b/src/wallet/wallet_errors.h @@ -603,7 +603,7 @@ namespace tools #define STRINGIZE_DETAIL(x) #x #define STRINGIZE(x) STRINGIZE_DETAIL(x) -#define CHECK_AND_THROW_WALLET_EX(cond, err_type, ...) \ +#define THROW_WALLET_EXCEPTION_IF(cond, err_type, ...) \ if (cond) \ { \ LOG_ERROR(#cond << ". THROW EXCEPTION: " << #err_type); \ |
