go-perun icon indicating copy to clipboard operation
go-perun copied to clipboard

Retry Proposal- and UpdateReponder Accept/Reject

Open ggwpez opened this issue 3 years ago • 0 comments

The Accept and Reject functions of ProposalResponder and UpdateResponder can only be called once and panic on a second call.
I think this logic should only apply in the success case, since when an error occurs, the user probably wants to retry it without panic.

ggwpez avatar Mar 11 '21 15:03 ggwpez