one line fix TO FUCKING FIX BLOCKS ARE YOU SERIOUS

This commit is contained in:
ethaniccc
2026-01-20 00:10:32 -05:00
parent f09c500713
commit afbab41153

View File

@@ -59,8 +59,8 @@ func NewBlockMapping(raw []byte) *DefaultBlockMapping {
networkhashToRids := make(map[uint32]uint32) networkhashToRids := make(map[uint32]uint32)
ridsToNetworkhash := make(map[uint32]uint32) ridsToNetworkhash := make(map[uint32]uint32)
var s blockupgrader.BlockState
for { for {
var s blockupgrader.BlockState
if err := dec.Decode(&s); err != nil { if err := dec.Decode(&s); err != nil {
break break
} }