aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet_rpc_server.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-11-15 16:56:17 +0200
committerRiccardo Spagni <ric@spagni.net>2017-11-15 16:56:18 +0200
commitdc6a8014bdbde26468751b89a289d45b73095e51 (patch)
tree47fb912cb15dcb2828c693188254c6571bbf6e80 /src/wallet/wallet_rpc_server.h
parentMerge pull request #2778 (diff)
parentsimplewallet: wrong ns for input_line in sweep_single (fix #2634) (diff)
downloadmonero-dc6a8014bdbde26468751b89a289d45b73095e51.tar.xz
Merge pull request #2818
c4587e83 simplewallet: wrong ns for input_line in sweep_single (fix #2634) (stoffu)
Diffstat (limited to '')
-rw-r--r--src/wallet/wallet_rpc_server.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/wallet_rpc_server.h b/src/wallet/wallet_rpc_server.h
index 2a51ddf46..36a853a1a 100644
--- a/src/wallet/wallet_rpc_server.h
+++ b/src/wallet/wallet_rpc_server.h
@@ -167,7 +167,6 @@ 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::pool_payment_details &pd);
bool not_open(epee::json_rpc::error& er);
- uint64_t adjust_mixin(uint64_t mixin);
void handle_rpc_exception(const std::exception_ptr& e, epee::json_rpc::error& er, int default_error_code);
wallet2 *m_wallet;