Skip to content
This repository was archived by the owner on Sep 14, 2024. It is now read-only.

Commit 2c090b0

Browse files
committed
190
1 parent addceb0 commit 2c090b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nl_data.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ TUpdateThread = class(TThread)
145145
Comisiontrfr = 10000;
146146
MinimunFee = 1000000;
147147
Protocol = 2;
148-
ProgramVersion = '1.80';
148+
ProgramVersion = '1.90';
149149

150150
HexAlphabet : string = '0123456789ABCDEF';
151151
B58Alphabet : string = '123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz';
@@ -370,7 +370,7 @@ procedure TUpdateThread.Execute;
370370
//}
371371
if GetConsensus(2){lastblock}.ToInteger=GetSumaryLastBlock then Wallet_Synced := true
372372
else Wallet_Synced := false;
373-
//if SAVE_Wallet then SaveWallet;
373+
if SAVE_Wallet then SaveWallet;
374374
if REF_Addresses then Synchronize(@UpdateAddresses);
375375
while GetLogLine('main',lastlogline) do Synchronize(@UpdateLog);
376376
Repeat

0 commit comments

Comments
 (0)