From: CryptoManiac Date: Fri, 21 Aug 2015 14:01:34 +0000 (+0300) Subject: Remove old ToString code X-Git-Url: https://git.novaco.in/?p=NovacoinLibrary.git;a=commitdiff_plain;h=4fa8ff7d27f5eedaae8781f136be633e5fbeca4e Remove old ToString code --- diff --git a/Novacoin/CTxIn.cs b/Novacoin/CTxIn.cs index 671a0a1..bc80f0f 100644 --- a/Novacoin/CTxIn.cs +++ b/Novacoin/CTxIn.cs @@ -100,18 +100,6 @@ namespace Novacoin { StringBuilder sb = new StringBuilder (); - /* - if (IsCoinBase) - { - sb.AppendFormat("CTxIn(txId={0}, coinbase={2}, nSequence={3})", txID.ToString(), n, Interop.ToHex(scriptSig.Bytes), nSequence); - } - else - { - sb.AppendFormat("CTxIn(txId={0}, n={1}, scriptSig={2}, nSequence={3})", txID.ToString(), n, scriptSig.ToString(), nSequence); - } - */ - - sb.AppendFormat("CTxIn("); sb.Append(prevout.ToString());