Example #1
0
 void SetNull()
 {
     if (header != null)
     {
         header.SetNull();
     }
     vtx.Clear();
 }
Example #2
0
 void SetNull()
 {
     header.SetNull();
     vtx.Clear();
 }
Example #3
0
 private void SetNull()
 {
     header.SetNull();
     _graphs.Clear();
 }
Example #4
0
 void SetNull()
 {
     header.SetNull();
     vtx.Clear();
     blockSignature.SetNull();
 }
Example #5
0
 void SetNull()
 {
     header.SetNull();
     vtx = new Transaction[0];
 }