Skip to content

Commit

Permalink
fix:panic and incorrect state generation for PoIS replacement proof #294
Browse files Browse the repository at this point in the history
  • Loading branch information
jiuquxzy committed Sep 20, 2024
1 parent a0a2a5c commit d08ddcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/replace_idle.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,5 @@ func ReplaceIdle(cli *chain.ChainClient, l logger.Logger, p *Pois, m *pb.MinerPo
l.Replace("err", err.Error())
}
l.Replace("info", fmt.Sprintf("Successfully replaced %d idle files", num))

}

0 comments on commit d08ddcd

Please sign in to comment.