You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should change SendCoins to be SendCoinsFromModuleToAccount and remove the IsBlocked check. If an error occurs, I think we should continue in the for loop and skip distribution of that address. Otherwise we block closing a channel on a faulty refund address.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged/assigned
The text was updated successfully, but these errors were encountered:
Summary
This comment is incorrect. SendCoinsFromModuleToAccount can be used to send to module account addresses.
We should change SendCoins to be
SendCoinsFromModuleToAccount
and remove theIsBlocked
check. If an error occurs, I think we shouldcontinue
in the for loop and skip distribution of that address. Otherwise we block closing a channel on a faulty refund address.For Admin Use
The text was updated successfully, but these errors were encountered: