forked from TrueCloudLab/neoneo-go
core: fixed typo in method description
This commit is contained in:
parent
0aaaf7f787
commit
c421805141
1 changed files with 1 additions and 1 deletions
|
@ -1061,7 +1061,7 @@ func (bc *Blockchain) UnsubscribeFromExecutions(ch chan<- *state.AppExecResult)
|
|||
// CalculateClaimable calculates the amount of GAS generated by owning specified
|
||||
// amount of NEO between specified blocks. The amount of NEO being passed is in
|
||||
// its natural non-divisible form (1 NEO as 1, 2 NEO as 2, no multiplication by
|
||||
// 10⁸ is neeeded as for Fixed8).
|
||||
// 10⁸ is needed as for Fixed8).
|
||||
func (bc *Blockchain) CalculateClaimable(value int64, startHeight, endHeight uint32) int64 {
|
||||
var amount int64
|
||||
di := uint32(bc.decrementInterval)
|
||||
|
|
Loading…
Reference in a new issue