FilOzone / FilOzone/filecoin-pay
Allow re-entrant calls when settling
Open
enhancement
need/user-feedback
- Dominant language
- Solidity
- Stars
- 8
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
We introduced the per-rail lock to allow re-entrant calls when settling rails, but we're not currently using it for that. I don't think this is as simple as swapping `noRailModificationInProgress` for `nonReentrant`, but maybe it is? Once we've settled lockup, the payer's funds are guaranteed to be available to us to transfer (the current rail cannot be modified).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.