Merge pull request #2114

b592cb3f Fix on_transfer RPC incorrect logging info (Mike C)
This commit is contained in:
Riccardo Spagni 2017-07-03 12:27:52 +02:00
commit b66420e54d
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -422,7 +422,7 @@ namespace tools
std::vector<cryptonote::tx_destination_entry> dsts;
std::vector<uint8_t> extra;
LOG_PRINT_L3("on_transfer_split starts");
LOG_PRINT_L3("on_transfer starts");
if (!m_wallet) return not_open(er);
if (m_wallet->restricted())
{