X-Git-Url: https://git.novaco.in/?p=NovacoinLibrary.git;a=blobdiff_plain;f=Novacoin%2FCTxIn.cs;h=44c21ad59b796741432a49713e7fd336645092b0;hp=cd205ab3960c0715ceeb1e877ff11f5ecd9d05f1;hb=f1d2e217ae6e24a84edfa98ca3471a8a836ecaa7;hpb=5aac8795a5ce227a2f9340f7cdf9746f781101f6 diff --git a/Novacoin/CTxIn.cs b/Novacoin/CTxIn.cs index cd205ab..44c21ad 100644 --- a/Novacoin/CTxIn.cs +++ b/Novacoin/CTxIn.cs @@ -107,7 +107,7 @@ namespace Novacoin } catch (Exception e) { - throw new TxInConstructorException("Deserealization failed.", e); + throw new TxInConstructorException("Desirealization failed.", e); } }