Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix header exchange init error (cosmos#962)
Fixes cosmos#846 As per the discussion in cosmos#846, the aggregator node only need to initialize the store with genesis header, after that it only needs to broadcast the header without directly trying to append to store. The append is take care by the broadcast api which along with broadcasting also puts the header in the local append queue which then appends to the local store. Co-authored-by: Ganesha Upadhyaya <[email protected]>
- Loading branch information