WALLET.MULTIPLE_RELAYABLE_ACTIONS action implementation for the hub
kerzhner opened this issue · 1 comments
kerzhner commented
This action is sent by the client during defunding.
kerzhner commented
From @andrewgordstewart:
- https://github.com/magmo/apps/blob/master/packages/wallet/src/communication/actions.ts#L114
- there shouldn't really be any actions imported in that file
- it looks like
DefundRequested
is the only one imported - we can use
unreachable
in the server to ensure that we handle that union