Copy&paste typo fix
authorCryptoManiac <balthazar@yandex.ru>
Sun, 30 Aug 2015 17:43:46 +0000 (20:43 +0300)
committerCryptoManiac <balthazar@yandex.ru>
Sun, 30 Aug 2015 17:43:46 +0000 (20:43 +0300)
Novacoin/CBlock.cs
Novacoin/CTransaction.cs
Novacoin/CTxIn.cs

index 3008db8..6ff2da3 100644 (file)
@@ -99,7 +99,7 @@ namespace Novacoin
             }
             catch (Exception e)
             {
-                throw new BlockConstructorException("Deserealization failed", e);
+                throw new BlockConstructorException("Deserialization failed", e);
             }
                }
 
index e9a1445..ab1a5ef 100644 (file)
@@ -244,7 +244,7 @@ namespace Novacoin
             }
             catch (Exception e)
             {
-                throw new TransactionConstructorException("Deserealization failed", e);
+                throw new TransactionConstructorException("Deserialization failed", e);
             }
         }
 
index cd205ab..44c21ad 100644 (file)
@@ -107,7 +107,7 @@ namespace Novacoin
             }
             catch (Exception e)
             {
-                throw new TxInConstructorException("Deserealization failed.", e);
+                throw new TxInConstructorException("Desirealization failed.", e);
             }
         }