Preliminary block checkings.
[NovacoinLibrary.git] / Novacoin / AddressTools.cs
index c0073fe..9ca95b4 100644 (file)
@@ -6,6 +6,7 @@ using Org.BouncyCastle.Math;
 
 namespace Novacoin
 {
+    [Serializable]
     public class Base58Exception : Exception
     {
         public Base58Exception()