mirror of
https://github.com/monero-project/monero.git
synced 2025-08-09 04:22:19 -04:00
wallet-rpc: rename *_INDEX_OUTOFBOUND into *_INDEX_OUT_OF_BOUNDS
This commit is contained in:
parent
ed67e5c001
commit
7712509644
2 changed files with 4 additions and 4 deletions
|
@ -2439,12 +2439,12 @@ namespace tools
|
|||
}
|
||||
catch (const error::account_index_outofbound& e)
|
||||
{
|
||||
er.code = WALLET_RPC_ERROR_CODE_ACCOUNT_INDEX_OUTOFBOUND;
|
||||
er.code = WALLET_RPC_ERROR_CODE_ACCOUNT_INDEX_OUT_OF_BOUNDS;
|
||||
er.message = e.what();
|
||||
}
|
||||
catch (const error::address_index_outofbound& e)
|
||||
{
|
||||
er.code = WALLET_RPC_ERROR_CODE_ADDRESS_INDEX_OUTOFBOUND;
|
||||
er.code = WALLET_RPC_ERROR_CODE_ADDRESS_INDEX_OUT_OF_BOUNDS;
|
||||
er.message = e.what();
|
||||
}
|
||||
catch (const std::exception& e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue