src: removed coin_blind references

This commit is contained in:
aggstam
2023-06-19 21:30:28 +03:00
parent 2196f32c02
commit 0e83156cdd
2 changed files with 2 additions and 2 deletions

View File

@@ -154,7 +154,7 @@ impl SwapCallBuilder {
proofs.push(proof);
// For the output, we create a new serial and coin blind
// For the output, we create a new serial
let serial = pallas::Base::random(&mut OsRng);
info!("Creating mint proof for output");

View File

@@ -588,7 +588,7 @@ impl Parser {
fn parse_ast_circuit(&self, statements: Vec<Vec<Token>>) -> Vec<Statement> {
// The statement layouts/syntax in the language are as follows:
//
// C = poseidon_hash(pub_x, pub_y, value, token, serial, coin_blind);
// C = poseidon_hash(pub_x, pub_y, value, token, serial);
// | | | | |
// V V V V V
// variable opcode arg arg