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
Right now ChannelManager in guac_actix implements the main logic of "ticking" per Counterparty. This is very important logic and it should be moved at least as a method to ChannelManager instead.
Especially because #47 we can just refactor out everything related to ticking and just resolve the proper methods of a PaymentController trait.
The text was updated successfully, but these errors were encountered:
Right now ChannelManager in
guac_actix
implements the main logic of "ticking" perCounterparty
. This is very important logic and it should be moved at least as a method toChannelManager
instead.Especially because #47 we can just refactor out everything related to ticking and just resolve the proper methods of a PaymentController trait.
The text was updated successfully, but these errors were encountered: