Merge branch 'master' into testnet/3
This commit is contained in:
+1
-1
@@ -455,7 +455,7 @@ var chainBisectCmd = &cli.Command{
|
||||
|
||||
for {
|
||||
mid := (start + end) / 2
|
||||
if end - start == 1 {
|
||||
if end-start == 1 {
|
||||
mid = end
|
||||
start = end
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user