one line fix TO FUCKING FIX BLOCKS ARE YOU SERIOUS
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user