-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #2833 ouroboros-network has its own set of rules we have to adhere to, thus the differences Question is: in Test/ChainProducerState.hs why not going from r to f (as in other files): 1. the r name was somewhat incorrect in the first place because it was referencing a ReaderState/FollowerState and in other places it was referencing just the Reader/FollowerState 2. the f name was already taken in few places Thus to make things a bit more consistent I've decided to go with /s/r/fs. Not that for the pattern matching on ChainProducerState I've also made a decision on renaming the rs to cfs (because that is a chain follower state) and nrid to cnfid (because that is a chain new follower id)
- Loading branch information
1 parent
07b8d4c
commit 6aee120
Showing
16 changed files
with
679 additions
and
674 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.