add a TODO comment in order to remember the dynamic potential feature of minimum_stake
This commit is contained in:
parent
a5d001bab0
commit
2cbe5e1d8f
|
@ -77,7 +77,7 @@ template membership_checker(){
|
|||
|
||||
}
|
||||
|
||||
template anemoi_proof_of_validator(max_notes, minimum_stake){
|
||||
template anemoi_proof_of_validator(max_notes, minimum_stake){ //TODO: put minimum_stake in the input to change it dynamically
|
||||
signal input commitments_root;
|
||||
|
||||
// Note variables
|
||||
|
|
|
@ -77,7 +77,7 @@ template membership_checker(){
|
|||
|
||||
}
|
||||
|
||||
template poseidon_proof_of_validator(max_notes, minimum_stake){
|
||||
template poseidon_proof_of_validator(max_notes, minimum_stake){ //TODO: put minimum_stake in the input to change it dynamically
|
||||
signal input commitments_root;
|
||||
|
||||
// Note variables
|
||||
|
|
Loading…
Reference in New Issue