Merge pull request #2114
b592cb3f
Fix on_transfer RPC incorrect logging info (Mike C)
This commit is contained in:
commit
b66420e54d
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ namespace tools
|
||||||
std::vector<cryptonote::tx_destination_entry> dsts;
|
std::vector<cryptonote::tx_destination_entry> dsts;
|
||||||
std::vector<uint8_t> extra;
|
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) return not_open(er);
|
||||||
if (m_wallet->restricted())
|
if (m_wallet->restricted())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue