Hacker News new | ask | show | jobs
by djb_hackernews 2811 days ago
> and we both release the funds before parting way.

Doesn't that require you to trust that they release the funds? Do smart contracts have a way to dispute an outcome?

1 comments

>Do smart contracts have a way to dispute an outcome?

Yes, but you have to write code to implement dispute resolution, which in turn implies you have to devise a form of "proof" to be presented to the contract. This can be tricky (or impossible).