*: switch from fixed8 to int64 in (Blockchain).CalculateClaimable
This commit is contained in:
parent
73b630db9b
commit
0aaaf7f787
5 changed files with 10 additions and 10 deletions
|
@ -19,7 +19,7 @@ type Blockchainer interface {
|
|||
AddHeaders(...*block.Header) error
|
||||
AddBlock(*block.Block) error
|
||||
BlockHeight() uint32
|
||||
CalculateClaimable(value int64, startHeight, endHeight uint32) util.Fixed8
|
||||
CalculateClaimable(value int64, startHeight, endHeight uint32) int64
|
||||
Close()
|
||||
HeaderHeight() uint32
|
||||
GetBlock(hash util.Uint256) (*block.Block, error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue