Skip to content

Commit

Permalink
Add RPC port to about > settings
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Dec 21, 2023
1 parent 14b83d5 commit e23a254
Show file tree
Hide file tree
Showing 7 changed files with 568 additions and 567 deletions.
190 changes: 95 additions & 95 deletions atomic_defi_design/assets/languages/atomic_defi_de.ts

Large diffs are not rendered by default.

188 changes: 94 additions & 94 deletions atomic_defi_design/assets/languages/atomic_defi_en.ts

Large diffs are not rendered by default.

190 changes: 95 additions & 95 deletions atomic_defi_design/assets/languages/atomic_defi_es.ts

Large diffs are not rendered by default.

188 changes: 94 additions & 94 deletions atomic_defi_design/assets/languages/atomic_defi_fr.ts

Large diffs are not rendered by default.

188 changes: 94 additions & 94 deletions atomic_defi_design/assets/languages/atomic_defi_ru.ts

Large diffs are not rendered by default.

188 changes: 94 additions & 94 deletions atomic_defi_design/assets/languages/atomic_defi_tr.ts

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/core/atomicdex/pages/qt.settings.page.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <boost/algorithm/string/case_conv.hpp>

// Project Headers
#include "atomicdex/constants/dex.constants.hpp"
#include "atomicdex/api/mm2/rpc_v2/rpc2.get_public_key.hpp"
#include "atomicdex/config/enable.cfg.hpp"
#include "atomicdex/events/events.hpp"
Expand Down Expand Up @@ -765,7 +766,7 @@ namespace atomic_dex

QString settings_page::get_rpcport()
{
return QString::fromStdString(atomic_dex::g_dex_rpcport);
return QString::fromStdString(std::to_string(atomic_dex::g_dex_rpcport));
}

QString settings_page::get_peerid()
Expand Down

0 comments on commit e23a254

Please sign in to comment.