Skip to content

Commit

Permalink
reword TODOs for the future generations
Browse files Browse the repository at this point in the history
  • Loading branch information
mkv-vcm committed Nov 30, 2021
1 parent cb3719f commit 750c650
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/txHashBuilder_test.c
Expand Up @@ -372,9 +372,9 @@ void run_txHashBuilder_test()
true, // validity interval start
true, // mint
false, // script hash data
0, //TODO(KoMa) testing
0 //TODO(KoMa) testing
);
0, // collaterals not tested yet
0 // required signers not tested yet
); // if these tests ever return to actually being used, they should be added

txHashBuilder_enterInputs(&builder);
ITERATE(it, inputs) {
Expand Down

0 comments on commit 750c650

Please sign in to comment.