Skip to content

Find Elegant Solution if Fee Escrow account is out of balance #821

Closed
@AdityaSripal

Description

The current way to deal with the worst-case scenario of when escrow account is out of balance is to disable the fee module on all channels.

However, this will only happen on our channel end. The other channel end will continue with the fee module enabled since there isn't a good way to communicate that our side has disabled fees once the channel is already open.

This will lead to an invalid state where one side has fee enabled and the other side does not.

We should determine a better way to handle this case.

Perhaps we keep fee enabled, but just do not distribute the fee on our side.

Thanks to @soareschen for pointing this out

Metadata

Assignees

Labels

Type

No type

Projects

  • Status

    Todo 🏃

Relationships

None yet

Development

No branches or pull requests

Issue actions