Skip to content

bug: Return last indexed block instead of known

Dagur Valberg Johannsson requested to merge dagurval/rostrum:rpc-tip-bug into master

When fetching tip via RPC, we returned the last known tip, but it may not be indexed yet.

Now we return the last completely indexed tip.

Merge request reports