Skip to content

Commit

Permalink
Update vm.js
Browse files Browse the repository at this point in the history
  • Loading branch information
supertestnet authored Dec 6, 2023
1 parent 1d26142 commit 07731a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/vm.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ var generateBitCommitmentAddress = (proverPubkey, verifierPubkey) => {
var bit_commitment_script = ``;

initial_commitment_hashes.forEach((hash_pair, index) => {
if ( !index ) console.log( hash_pair, proverPubkey, verifierPubkey );
bit_commitment_script += bit_commitment_template.replace("INSERT_HASH_ZERO_HERE", hash_pair[0]).replace("INSERT_HASH_ONE_HERE", hash_pair[1]);
});

Expand Down

0 comments on commit 07731a5

Please sign in to comment.