zero members in notarisationdata
This commit is contained in:
@@ -126,15 +126,15 @@ class NotarisationData
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
int IsBackNotarisation = 0;
|
int IsBackNotarisation = 0;
|
||||||
uint256 blockHash;
|
uint256 blockHash = uint256();
|
||||||
uint32_t height;
|
uint32_t height = 0;
|
||||||
uint256 txHash;
|
uint256 txHash = uint256();
|
||||||
char symbol[64] = "\0";
|
char symbol[64] = "\0";
|
||||||
uint256 MoM;
|
uint256 MoM = uint256();
|
||||||
uint16_t MoMDepth;
|
uint16_t MoMDepth = 0;
|
||||||
uint16_t ccId;
|
uint16_t ccId = 0;
|
||||||
uint256 MoMoM;
|
uint256 MoMoM = uint256();
|
||||||
uint32_t MoMoMDepth;
|
uint32_t MoMoMDepth = 0;
|
||||||
|
|
||||||
NotarisationData(int IsBack=2) : IsBackNotarisation(IsBack) {}
|
NotarisationData(int IsBack=2) : IsBackNotarisation(IsBack) {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user