You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the buffer in getting latest block number, a race condition
exists where the block number returned is not yet available in triedb. A
common wallet workflow calling eth_getBlockNumber and then
eth_getBalance will often catch this and encounter an error in the
second method call.
0 commit comments