Skip to content

Commit d69a781

Browse files
[BugFix] instantiate DSA instance in TransactionVerifier
1 parent 6b1adc7 commit d69a781

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Src/Autarkysoft.Bitcoin/Blockchain/TransactionVerifier.cs

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public TransactionVerifier(IConsensus consensus)
4242
this.consensus = consensus;
4343

4444
calc = new Calc();
45+
dsa = new DSA();
4546
scrSer = new ScriptSerializer();
4647
hash160 = new Ripemd160Sha256();
4748
sha256 = new Sha256();

0 commit comments

Comments
 (0)