go-perun
go-perun copied to clipboard
Retry Proposal- and UpdateReponder Accept/Reject
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.