smartcontractkit / near-protocol-contracts

MIT License
26 stars 8 forks source link

Allow clients to cancel request #7

Open mikedotexe opened 4 years ago

mikedotexe commented 4 years ago

Currently once a request is in, they cannot get a refund within a timeframe. We'll introduce this concept.

krebernisak commented 4 years ago

Please follow the logic of the Ethereum oracle contract - the commitment is checked, deleted, and the payment amount is returned to the client.