client-rust icon indicating copy to clipboard operation
client-rust copied to clipboard

Option to rollback transaction on drop

Open nrc opened this issue 4 years ago • 0 comments

This shouldn't be the default since it means doing a lot of work in drop and work which can cause errors (and thus double panics), but it would be a useful convenience option.

nrc avatar Feb 22 '21 23:02 nrc