magmo / apps

Proof of concept applications that use the Force Move Game framework.
9 stars 5 forks source link

Fix Funding Race Condition #660

Closed lalexgap closed 5 years ago

lalexgap commented 5 years ago

Fixed some race conditions that caused the funding protocol to stall.

Also did some minor refactoring in Direct Funding so it takes arguments in initialize instead of an action (to follow the pattern of other initialize methods)

lalexgap commented 5 years ago

Closing this as it got merged as part of #658