diff options
author | binaryFate <binaryfate@users.noreply.github.com> | 2017-06-26 12:30:14 +0200 |
---|---|---|
committer | binaryFate <binaryfate@users.noreply.github.com> | 2017-06-26 12:30:14 +0200 |
commit | f98bf48b1d7d659e8454dd66a8b19f08dcab1056 (patch) | |
tree | 81d603b841c83f3e45e0515a207a9f4e382dc70a /src/wallet/wallet_rpc_server.h | |
parent | Merge pull request #2111 (diff) | |
download | monero-f98bf48b1d7d659e8454dd66a8b19f08dcab1056.tar.xz |
Minor cleanup: tab vs. space + logs messages
Diffstat (limited to '')
-rw-r--r-- | src/wallet/wallet_rpc_server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet_rpc_server.h b/src/wallet/wallet_rpc_server.h index 230dcee5b..68e4c049a 100644 --- a/src/wallet/wallet_rpc_server.h +++ b/src/wallet/wallet_rpc_server.h @@ -149,7 +149,7 @@ namespace tools void fill_transfer_entry(tools::wallet_rpc::transfer_entry &entry, const crypto::hash &txid, const tools::wallet2::confirmed_transfer_details &pd); 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); + bool not_open(epee::json_rpc::error& er); wallet2 *m_wallet; std::string m_wallet_dir; |