parent
ca0759fecc
commit
0ed8ef2931
1 changed files with 2 additions and 2 deletions
|
@ -197,7 +197,7 @@ contract Verifier {
|
|||
)) return 5;
|
||||
return 0;
|
||||
}
|
||||
event Verified(string);
|
||||
event Verified(string s);
|
||||
function verifyTx(
|
||||
uint[2] a,
|
||||
uint[2] a_p,
|
||||
|
@ -230,4 +230,4 @@ contract Verifier {
|
|||
}
|
||||
}
|
||||
}
|
||||
"#;
|
||||
"#;
|
||||
|
|
Loading…
Reference in a new issue