We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1adc7 commit d69a781Copy full SHA for d69a781
Src/Autarkysoft.Bitcoin/Blockchain/TransactionVerifier.cs
@@ -42,6 +42,7 @@ public TransactionVerifier(IConsensus consensus)
42
this.consensus = consensus;
43
44
calc = new Calc();
45
+ dsa = new DSA();
46
scrSer = new ScriptSerializer();
47
hash160 = new Ripemd160Sha256();
48
sha256 = new Sha256();
0 commit comments