Block and transaction verifications
[NovacoinLibrary.git] / Novacoin / CTxIn.cs
index 44c21ad..af8539f 100644 (file)
@@ -142,8 +142,7 @@ namespace Novacoin
 
             return inputBytes.ToArray();
         }
-
-
+        
         public bool IsFinal
         {
             get { return (nSequence == uint.MaxValue); }