This commit is contained in:
Sean Bowe 2018-02-20 14:31:06 -07:00
parent d779f31ccd
commit 6e80c12365
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ use bellman::{
}; };
use super::lookup::*; use super::lookup::*;
// TODO: ensure these match the spec
pub enum Personalization { pub enum Personalization {
NoteCommitment, NoteCommitment,
AnotherPersonalization AnotherPersonalization