Skip to content

Commit

Permalink
docs: tags
Browse files Browse the repository at this point in the history
  • Loading branch information
treeforest committed Mar 26, 2022
1 parent ab922b9 commit 16ec746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/blc/pow.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func (pow *ProofOfWork) mining(ctx context.Context, wg *sync.WaitGroup, begin, e
const (
// DifficultyAdjustmentInterval 难度值调整区块间隔
DifficultyAdjustmentInterval = uint64(2016)
// PowTargetTimespan 预定出2100个块规定的时间(每个出块时间为30s
// PowTargetTimespan 预定出2100个块规定的时间(每个出块时间大约为10分钟
PowTargetTimespan = 60 * 10 * 2016
)

Expand Down

0 comments on commit 16ec746

Please sign in to comment.