File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -1716,7 +1716,7 @@ public byte[] calculateSignatureChecksum()
1716
1716
/// An example of this is when this node's public key is present in the Presence List.
1717
1717
/// </remarks>
1718
1718
/// <returns>Byte array with the node's signature and public key or address.</returns>
1719
- public BlockSignature applySignature ( SignerPowSolution powSolution = null )
1719
+ public BlockSignature applySignature ( SignerPowSolution powSolution )
1720
1720
{
1721
1721
if ( compacted )
1722
1722
{
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.3c " ;
23
+ public static readonly string version = "xcore-0.9.3d " ;
24
24
25
25
/// <summary>
26
26
/// Current version of the Ixian network protocol.
@@ -210,5 +210,10 @@ class CoreConfig
210
210
/// Maximum number of requested message ids to keep in memory.
211
211
/// </summary>
212
212
public static long maximumRequestedMessageIds = 100000 ;
213
+
214
+ /// <summary>
215
+ /// Number of seconds to check block signature's inclusion in PL.
216
+ /// </summary>
217
+ public static int blockSignaturePlCheckTimeout = 450 ;
213
218
}
214
219
}
You can’t perform that action at this time.
0 commit comments