Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/wallet/wallet_rpc_server_commands_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,7 @@ BELDEX_RPC_DOC_INTROSPECT

BELDEX_RPC_DOC_INTROSPECT
// Export transfers to csv
struct EXPORT_TRANSFERS : RPC_COMMAND
struct EXPORT_TRANSFERS : RESTRICTED
Comment thread
coderabbitai[bot] marked this conversation as resolved.
{
static constexpr auto names() { return NAMES("export_transfers"); }

Expand Down Expand Up @@ -1419,7 +1419,7 @@ BELDEX_RPC_DOC_INTROSPECT

BELDEX_RPC_DOC_INTROSPECT
// Export a signed set of key images.
struct EXPORT_KEY_IMAGES : RPC_COMMAND
struct EXPORT_KEY_IMAGES : RESTRICTED
{
static constexpr auto names() { return NAMES("export_key_images"); }

Expand Down Expand Up @@ -1753,7 +1753,7 @@ BELDEX_RPC_DOC_INTROSPECT

BELDEX_RPC_DOC_INTROSPECT
// Close the currently opened wallet, after trying to save it.
struct CLOSE_WALLET : RPC_COMMAND
struct CLOSE_WALLET : RESTRICTED
{
static constexpr auto names() { return NAMES("close_wallet"); }

Expand Down
Loading