mirror of
https://github.com/filecoin-project/lotus.git
synced 2026-03-13 08:32:30 +08:00
When all blocks in a trace_filter range are null rounds, the API was returning JSON `null` instead of `[]` because the results slice was never initialised.