Skip to content

Commit

Permalink
1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
NosoDevTeam committed Jul 24, 2022
1 parent c9e24d8 commit 549c81c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Expand Up @@ -10,5 +10,6 @@
- Address label implemented.
- GVTs track implemented.
- Colors for pending transactions.
- Trx details panel added.


4 changes: 2 additions & 2 deletions nl_data.pas
Expand Up @@ -174,7 +174,7 @@ TUpdateThread = class(TThread)
'66.151.117.247;8080:X:X '+
'149.57.229.81;8080:X:X '+
'107.175.24.151;8080:X:X '+
'149.57.137.108;8080:X:X '+
'149.57.138.12;8080:X:X '+
'159.196.1.198:8080:X:X '+
'101.100.138.125:8080:X:X';

Expand All @@ -192,7 +192,7 @@ TUpdateThread = class(TThread)
WO_LastSumary : string = '';
WO_Refreshrate : integer = 15;
WO_Multisend : boolean = false;
WO_UseSeedNodes : Boolean = true;
WO_UseSeedNodes : Boolean = false;

// Global variables
SAVE_Wallet : Boolean = false;
Expand Down

0 comments on commit 549c81c

Please sign in to comment.