diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-07-03 12:30:46 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-07-03 12:30:46 +0200 |
| commit | 218f1a1d69d2a220319d2590f922075ec238c09f (patch) | |
| tree | 8ace5c716bb730fa952c53a755bee3c86aa91bbb /src/wallet/wallet_rpc_server.cpp | |
| parent | 44e4bbd15cf5a70126b9e31d39be15e97708f232 (diff) | |
| parent | f98bf48b1d7d659e8454dd66a8b19f08dcab1056 (diff) | |
| download | monzero-core-218f1a1d69d2a220319d2590f922075ec238c09f.tar.gz monzero-core-218f1a1d69d2a220319d2590f922075ec238c09f.tar.xz monzero-core-218f1a1d69d2a220319d2590f922075ec238c09f.zip | |
Merge pull request #2125
f98bf48b Minor cleanup: tab vs. space + logs messages (binaryFate)
Diffstat (limited to 'src/wallet/wallet_rpc_server.cpp')
| -rw-r--r-- | src/wallet/wallet_rpc_server.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wallet/wallet_rpc_server.cpp b/src/wallet/wallet_rpc_server.cpp index 978e89f62..e7b9b5a71 100644 --- a/src/wallet/wallet_rpc_server.cpp +++ b/src/wallet/wallet_rpc_server.cpp @@ -519,9 +519,9 @@ namespace tools ptx_vector = m_wallet->create_transactions_2(dsts, mixin, req.unlock_time, req.priority, extra, m_trusted_daemon); LOG_PRINT_L2("on_transfer_split called create_transactions_2"); - LOG_PRINT_L2("on_transfer_split calling commit_txyy"); + LOG_PRINT_L2("on_transfer_split calling commit_tx"); m_wallet->commit_tx(ptx_vector); - LOG_PRINT_L2("on_transfer_split called commit_txyy"); + LOG_PRINT_L2("on_transfer_split called commit_tx"); // populate response with tx hashes for (auto & ptx : ptx_vector) |
