Commit ec4fd33
authored
fix: 21882: Corner cases for merkle tree hashing (#21910)
Fixes: #21882
Reviewed-by: Anthony Petrov <[email protected]>, Ivan Malygin <[email protected]>, Joseph Sinclair <[email protected]>, Nikita Lebedev <[email protected]>
Signed-off-by: Artem Ananev <[email protected]>1 parent c0f3f9b commit ec4fd33
File tree
2 files changed
+11
-5
lines changed- platform-sdk/swirlds-virtualmap/src
- main/java/com/swirlds/virtualmap/internal/hash
- test/java/com/swirlds/virtualmap/internal/hash
2 files changed
+11
-5
lines changedLines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
213 | 214 | | |
214 | 215 | | |
215 | 216 | | |
216 | | - | |
| 217 | + | |
217 | 218 | | |
218 | 219 | | |
219 | 220 | | |
| |||
233 | 234 | | |
234 | 235 | | |
235 | 236 | | |
236 | | - | |
237 | | - | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
238 | 242 | | |
239 | 243 | | |
240 | 244 | | |
| |||
642 | 646 | | |
643 | 647 | | |
644 | 648 | | |
645 | | - | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
646 | 652 | | |
647 | 653 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments