aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet_rpc_server.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-08-12 12:58:20 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-08-12 12:59:06 +0100
commit8655ba04bab0489092a7206524526da96c1a6af3 (patch)
treeabf1aeb8e082cde5ae3f592d6300d6de6e88d378 /src/wallet/wallet_rpc_server.h
parentMerge pull request #2271 (diff)
downloadmonero-8655ba04bab0489092a7206524526da96c1a6af3.tar.xz
wallet_rpc_server: adjust small ring sizes to 5 for v6
Diffstat (limited to 'src/wallet/wallet_rpc_server.h')
-rw-r--r--src/wallet/wallet_rpc_server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet_rpc_server.h b/src/wallet/wallet_rpc_server.h
index 68e4c049a..dd54222b0 100644
--- a/src/wallet/wallet_rpc_server.h
+++ b/src/wallet/wallet_rpc_server.h
@@ -150,6 +150,7 @@ namespace tools
void fill_transfer_entry(tools::wallet_rpc::transfer_entry &entry, const crypto::hash &txid, const tools::wallet2::unconfirmed_transfer_details &pd);
void fill_transfer_entry(tools::wallet_rpc::transfer_entry &entry, const crypto::hash &payment_id, const tools::wallet2::payment_details &pd);
bool not_open(epee::json_rpc::error& er);
+ uint64_t adjust_mixin(uint64_t mixin);
wallet2 *m_wallet;
std::string m_wallet_dir;