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
rawdb write database version as int. It is wrong because of rlp can only handle unsigned integer.
line 40 in accessors_metadata.go actually produced an error, but it ignored. This bug makes database version checking not work.