Commit 87714ae0 authored by 董子豪's avatar 董子豪

remove go-address

parent 6e3f2628
......@@ -184,9 +184,9 @@ func TestAggregateWindowPoSt(
return err
}
if ok {
fmt.Println("Aggregate proof is true")
fmt.Println("Aggregated proof is true")
} else{
fmt.Println("Aggregate proof is false")
fmt.Println("Aggregated proof is false")
}
verifyProofsCold := time.Now()
......@@ -195,9 +195,9 @@ func TestAggregateWindowPoSt(
return err
}
if ok {
fmt.Println("Aggregate proof is true")
fmt.Println("Aggregated proof is true")
} else{
fmt.Println("Aggregate proof is false")
fmt.Println("Aggregated proof is false")
}
verifyProofsHot := time.Now()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment