boltlabs-inc / tezos-contract

Multi-sig Smart Contract for zkChannels protocol
MIT License
3 stars 1 forks source link

add mutual close signature verification #66

Closed DariusParvin closed 3 years ago

DariusParvin commented 3 years ago

from https://github.com/boltlabs-inc/zeekoe/pull/299

We decided it would be useful to have a separate pytezos function in zeekoe for the customer to check the validity of the mutual close authorization signature before calling the mutualClose entrypoint on chain.

verify_mutual_close_signature is to be run by the customer after receiving the signature from the merchant.