all: Move remaining protos to use the vanity plugin (#7009)
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ func genBlocks(n int) []protocol.BlockInfo {
|
||||
for j := range h {
|
||||
h[j] = byte(i + j)
|
||||
}
|
||||
b[i].Size = int32(i)
|
||||
b[i].Size = i
|
||||
b[i].Hash = h
|
||||
}
|
||||
return b
|
||||
|
||||
Reference in New Issue
Block a user