swarmcity / boardwalk-ts

Boardwalk implementation in TS
boardwalk-ts.vercel.app
MIT License
1 stars 0 forks source link

Deselect replier works in the UI, but needs to be changed into a contract call. #191

Open matthewcarano opened 1 year ago

matthewcarano commented 1 year ago

Currently deselect replier works in the front end, but doesn't stop a deselected replier from still accepting the deal (unless someone else accepts the deal first). Let's change it so the deselection happens at the contract level. That way a deselected replier will not be able to accept the deal at all.

Reference: https://github.com/swarmcity/boardwalk-ts/issues/45