Minimum sector size is now 2k

This commit is contained in:
Łukasz Magiera
2020-02-28 01:48:34 +01:00
parent 9161b865f3
commit 4dc35285dd
9 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ func TestDealFlow(t *testing.T, b APIBuilder, blocktime time.Duration) {
}
time.Sleep(time.Second)
data := make([]byte, 800)
data := make([]byte, 1600)
rand.New(rand.NewSource(5)).Read(data)
r := bytes.NewReader(data)