I understand those prompts perfectly fine, but they are panic inducing for e.g. my mom who has about a 50% chance of clicking the wrong button and losing work.
Cities/local authorities, etc should be proactive in searching listing sites for obvious breaches, they shouldn't be reliant on private companies/individuals to hand-over information they are incentivised not to hand-over.
# This function is defined by the system
def validSignature(sig):
return false
# This function is defined by the system
def isSignaturefromGuardian(sig):
if sig.validator == "guardian":
return true
return false
# A bug in the system compared both return values
if validSignature(tx.sig) == signatureFromGuardian(tx.sig):
approve()