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.
rawdb
write database version asint
. It is wrong because ofrlp
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.
go-ethereum/core/rawdb/accessors_metadata.go
Line 40 in f850123
The text was updated successfully, but these errors were encountered: