Fix on_transfer RPC incorrect logging info
This commit is contained in:
parent
038e6cd33e
commit
b592cb3f0a
|
@ -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 New Issue