plasma-cli icon indicating copy to clipboard operation
plasma-cli copied to clipboard

After Calling "finalize" on a "deposited" coin the client doesn't show an error/warning

Open andreipope opened this issue 6 years ago • 1 comments

When the user calls finalize on a deposited coin, the client doesn't show a warning/error. Instead, it displays a message that can be mistaken as the outcome of a successful operation:

Finalized the exit for <coinId>

andreipope avatar Nov 19 '18 18:11 andreipope

Should be solved by adding an event listener for Withdrew in https://github.com/loomnetwork/loom-js/blob/master/src/plasma-cash/entity.ts#L491

gakonst avatar Nov 19 '18 23:11 gakonst