ethereum/wiki

Is the result of getBlockByNumber final?

Closed this issue · 1 comments

Will the result of getBlockByNumber change due to the longest chain issue?

Say, I called getBlockByNumber(100000) now and got block A. 10 mins later, it turns out block A is not in the longest chain. Will the result of getBlockByNumber(100000) change then?