This commit is contained in:
Liang Ding 2023-01-26 17:17:50 +08:00
parent fef57e49ca
commit fd5538a7b0
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -472,11 +472,6 @@ func InitBlockTree(force bool) {
}
func SaveBlockTree(force bool) {
if force {
return
}
start := time.Now()
os.MkdirAll(util.BlockTreePath, 0755)