aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet_rpc_server_commands_defs.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-11-06 21:30:12 +0200
committerRiccardo Spagni <ric@spagni.net>2018-11-06 21:30:12 +0200
commit164ba3ef1cefbcd4a45fbe5b821b5ba495f446a2 (patch)
tree9cf1a0c576de70a293c870aea9b465aff3b75b96 /src/wallet/wallet_rpc_server_commands_defs.h
parentMerge pull request #4730 (diff)
parentwallet: add a non destructive blockchain rescan (diff)
downloadmonero-164ba3ef1cefbcd4a45fbe5b821b5ba495f446a2.tar.xz
Merge pull request #4731
f26ce08c wallet: add a non destructive blockchain rescan (moneromooo-monero)
Diffstat (limited to 'src/wallet/wallet_rpc_server_commands_defs.h')
-rw-r--r--src/wallet/wallet_rpc_server_commands_defs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wallet/wallet_rpc_server_commands_defs.h b/src/wallet/wallet_rpc_server_commands_defs.h
index 026b75a9e..20cd65e8e 100644
--- a/src/wallet/wallet_rpc_server_commands_defs.h
+++ b/src/wallet/wallet_rpc_server_commands_defs.h
@@ -1057,7 +1057,10 @@ namespace wallet_rpc
{
struct request
{
+ bool hard;
+
BEGIN_KV_SERIALIZE_MAP()
+ KV_SERIALIZE_OPT(hard, false);
END_KV_SERIALIZE_MAP()
};