From c2b434e04a683b354b2f9521d310632b48cf1e0c Mon Sep 17 00:00:00 2001 From: Patrick O'Grady Date: Tue, 27 Oct 2020 10:25:57 -0700 Subject: [PATCH] nits --- indexer/indexer.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indexer/indexer.go b/indexer/indexer.go index 60289d2..3be3b3f 100644 --- a/indexer/indexer.go +++ b/indexer/indexer.go @@ -775,6 +775,8 @@ func (i *Indexer) GetCoins( return i.coinStorage.GetCoins(ctx, accountIdentifier) } +// GetBalance returns the balance of an account +// at a particular *types.PartialBlockIdentifier. func (i *Indexer) GetBalance( ctx context.Context, accountIdentifier *types.AccountIdentifier,