File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ public static ulong getPlPowBlocksValidity(int blockVersion = -1)
220
220
/// Min. number of blocks that the PL PoW will be calculated for.
221
221
/// </summary>
222
222
private static readonly ulong plPowMinCalculationBlockTimeOld = 20 ;
223
- private static readonly ulong plPowMinCalculationBlockTime = 10 ; // 10 blocks = 5 mins
223
+ private static readonly ulong plPowMinCalculationBlockTime = 25 ; // 10 blocks = 5 mins
224
224
public static ulong getPlPowMinCalculationBlockTime ( int blockVersion = - 1 )
225
225
{
226
226
if ( blockVersion < BlockVer . v12 )
@@ -234,7 +234,7 @@ public static ulong getPlPowMinCalculationBlockTime(int blockVersion = -1)
234
234
/// Number of blocks after how many to re-calculate the PL PoW since last solution.
235
235
/// </summary>
236
236
private static readonly ulong plPowCalculationIntervalOld = 40 ;
237
- private static readonly ulong plPowCalculationInterval = 20 ;
237
+ private static readonly ulong plPowCalculationInterval = 5 ;
238
238
public static ulong getPlPowCalculationInterval ( int blockVersion = - 1 )
239
239
{
240
240
if ( blockVersion < BlockVer . v12 )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class CoreConfig
20
20
/// <summary>
21
21
/// Current version of IxiCore.
22
22
/// </summary>
23
- public static readonly string version = "xcore-0.9.3 " ;
23
+ public static readonly string version = "xcore-0.9.3a " ;
24
24
25
25
/// <summary>
26
26
/// Current version of the Ixian network protocol.
You can’t perform that action at this time.
0 commit comments