ouroboros-network icon indicating copy to clipboard operation
ouroboros-network copied to clipboard

Don't use retry as a missing value in P2P

Open coot opened this issue 1 year ago • 0 comments
trafficstars

Here we pass retry as a substitution for a missing action. It would be more sensible to pass Maybe (STM ...) and let the layer below decide what to do when the action is not given.

coot avatar Dec 12 '23 10:12 coot