Merge pull request #2114

b592cb3f Fix on_transfer RPC incorrect logging info (Mike C)
pull/2145/merge
Riccardo Spagni 7 years ago
commit b66420e54d
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -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())
{

Loading…
Cancel
Save