فهرست منبع

Update UAccounts.pas

PascalCoin 6 سال پیش
والد
کامیت
adfd85feee
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/core/UAccounts.pas

+ 1 - 1
src/core/UAccounts.pas

@@ -2855,7 +2855,7 @@ begin
         CT_PROTOCOL_2 : FCurrentProtocol := 2;
         CT_PROTOCOL_2 : FCurrentProtocol := 2;
         CT_PROTOCOL_3 : FCurrentProtocol := 3;
         CT_PROTOCOL_3 : FCurrentProtocol := 3;
         CT_PROTOCOL_4 : FCurrentProtocol := 3; // In order to allow Upgrade to V4
         CT_PROTOCOL_4 : FCurrentProtocol := 3; // In order to allow Upgrade to V4
-        CT_PROTOCOL_5 : FCurrentProtocol := 3; // In order to upgrade to V4..V5
+        CT_PROTOCOL_5 : FCurrentProtocol := 5; // In order to upgrade to V4..V5
       else exit;
       else exit;
       end;
       end;
       if (sbHeader.blocksCount=0) Or (sbHeader.startBlock<>0) Or (sbHeader.endBlock<>(sbHeader.blocksCount-1)) then begin
       if (sbHeader.blocksCount=0) Or (sbHeader.startBlock<>0) Or (sbHeader.endBlock<>(sbHeader.blocksCount-1)) then begin