Open cimbriano opened 11 years ago
eg.
p = get_membership_proof ( )
verify_membership_proof ( p ) -> false....
could solve this with a Proof class which has a status flag of some sort
eg.
p = get_membership_proof ()
verify_membership_proof ( p ) -> false....
could solve this with a Proof class which has a status flag of some sort