Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sakia
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
clients
python
sakia
Commits
7f5491a9
Commit
7f5491a9
authored
10 years ago
by
inso
Browse files
Options
Downloads
Patches
Plain Diff
Fixed nodes loading
parent
e404cb09
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/cutecoin/core/net/node.py
+2
-1
2 additions, 1 deletion
src/cutecoin/core/net/node.py
src/cutecoin/gui/community_tab.py
+1
-1
1 addition, 1 deletion
src/cutecoin/gui/community_tab.py
with
3 additions
and
2 deletions
src/cutecoin/core/net/node.py
+
2
−
1
View file @
7f5491a9
...
...
@@ -70,7 +70,8 @@ class Node(QObject):
for
endpoint_data
in
data
[
'
endpoints
'
]:
endpoints
.
append
(
Endpoint
.
from_inline
(
endpoint_data
))
currency
=
data
[
'
currency
'
]
if
currency
in
data
:
currency
=
data
[
'
currency
'
]
node
=
cls
(
currency
,
endpoints
,
""
,
0
,
Node
.
ONLINE
)
node
.
refresh_state
()
...
...
This diff is collapsed.
Click to expand it.
src/cutecoin/gui/community_tab.py
+
1
−
1
View file @
7f5491a9
...
...
@@ -17,8 +17,8 @@ from .wot_tab import WotTabWidget
from
.transfer
import
TransferMoneyDialog
from
.password_asker
import
PasswordAskerDialog
from
.certification
import
CertificationDialog
from
..core.person
import
Person
from
..tools.exceptions
import
PersonNotFoundError
,
NoPeerAvailable
from
..core.person
import
Person
class
CommunityTabWidget
(
QWidget
,
Ui_CommunityTabWidget
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment