1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

Named Verified event parameter

In accordance with issue #77
This commit is contained in:
Jack Leslie 2018-06-28 09:56:10 +01:00 committed by GitHub
parent ca0759fecc
commit 0ed8ef2931
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {
}
}
}
"#;
"#;