filswan/multi-chain-payment

Need a function to forbid specific points do unlock.

Opened this issue · 0 comments

For the calculating unlock amount method, we should guarantee that no other operations were done between that period. We need a function to forbid other operations from a point, and allow other operations at another point, such as mutex lock and unlock.