hiero-ledger / hiero-ledger/hiero-consensus-node
Fix single node network quirk
Open
Platform
- Dominant language
- Java
- Stars
- 406
- Forks
- 226
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 210
Description
With a single node network, we have to create events with both the self parent and the other parent pointing at the self parent. If we don't (i.e. we leave the other parent with a value of `null`), then events don't reach consensus.
This is not a dangerous problem. But it's strange, and we should fix it.
Contributor guide
Assessment
This issue has not been assessed yet.