Commit 0107b1e
authored
# Description
In my previous
[PR](#1687) , I
[removed](https://github.com/IntersectMBO/ouroboros-consensus/pull/1687/files#diff-cc67072c8a9a8cae57404fc5f4ff58c83ef8c6238043df252402a83218ff1219L246)
the implementation of `encodedSizeExpr` from the `Header` instance.
On @lehins advice, I'm reintroducing it - even though it's not clear if
it's actually used - it's better to remove it systematically if it turns
out that's the case, rather than change it accidentally.
File tree
1 file changed
+6
-1
lines changed- ouroboros-consensus-protocol/src/ouroboros-consensus-protocol/Ouroboros/Consensus/Protocol/Praos
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
224 | 225 | | |
225 | 226 | | |
226 | 227 | | |
227 | | - | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
228 | 233 | | |
229 | 234 | | |
230 | 235 | | |
| |||
0 commit comments