simplewallet: fix merge error with new welcome command

pull/200/head
moneromooo-monero 5 years ago
parent 9c77dbf376
commit 8f1fe45fe1
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -3189,10 +3189,11 @@ simple_wallet::simple_wallet()
m_cmd_binder.set_handler("net_stats",
boost::bind(&simple_wallet::net_stats, this, _1),
tr(USAGE_NET_STATS),
tr("Prints simple network stats"));
m_cmd_binder.set_handler("welcome",
boost::bind(&simple_wallet::welcome, this, _1),
tr(USAGE_WELCOME),
tr("Prints simple network stats"));
tr("Prints basic info about Monero for first time users"));
m_cmd_binder.set_handler("version",
boost::bind(&simple_wallet::version, this, _1),
tr(USAGE_VERSION),

Loading…
Cancel
Save