Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use last_id from the entries stream instead of last_id from bank
bank will only register ids when has_more is not set because those are the only ids it has advertised, so it will not register all ids, however the entry stream will contain unbroken last_id chain, so we need to track that to get the correct start hash.
- Loading branch information