This commit is contained in:
rigelrozanski
2018-05-17 09:17:14 -04:00
parent 28e4ec8336
commit e8a615752f
6 changed files with 104 additions and 22 deletions
+1 -1
View File
@@ -616,7 +616,7 @@ synced past the height of the oldest `powerChange`. This trim procedure will
occur on an epoch basis.
```golang
type powerChange struct {
type powerChange struct
height int64 // block height at change
power rational.Rat // total power at change
prevpower rational.Rat // total power at previous height-1