nits
This commit is contained in:
parent
2200f52687
commit
c2b434e04a
1 changed files with 2 additions and 0 deletions
|
@ -775,6 +775,8 @@ func (i *Indexer) GetCoins(
|
||||||
return i.coinStorage.GetCoins(ctx, accountIdentifier)
|
return i.coinStorage.GetCoins(ctx, accountIdentifier)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// GetBalance returns the balance of an account
|
||||||
|
// at a particular *types.PartialBlockIdentifier.
|
||||||
func (i *Indexer) GetBalance(
|
func (i *Indexer) GetBalance(
|
||||||
ctx context.Context,
|
ctx context.Context,
|
||||||
accountIdentifier *types.AccountIdentifier,
|
accountIdentifier *types.AccountIdentifier,
|
||||||
|
|
Loading…
Reference in a new issue