forked from lthn/blockchain
renamed gui api
This commit is contained in:
parent
8fdee4fc8b
commit
f04536f543
2 changed files with 2 additions and 2 deletions
|
|
@ -1465,7 +1465,7 @@ QString MainWindow::stop_pos_mining(const QString& param)
|
|||
return MAKE_RESPONSE(default_ar);
|
||||
}
|
||||
|
||||
QString MainWindow::get_smart_safe_info(const QString& param)
|
||||
QString MainWindow::get_smart_wallet_info(const QString& param)
|
||||
{
|
||||
LOG_API_TIMING();
|
||||
PREPARE_ARG_FROM_JSON(view::wallet_id_obj, wo);
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@ public:
|
|||
QString get_log_level(const QString& param);
|
||||
// QString dump_all_offers();
|
||||
QString webkit_launched_script();
|
||||
QString get_smart_safe_info(const QString& param);
|
||||
QString get_smart_wallet_info(const QString& param);
|
||||
QString restore_wallet(const QString& param);
|
||||
QString is_pos_allowed();
|
||||
QString store_to_file(const QString& path, const QString& buff);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue