mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
src: removed coin_blind references
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user