updated the description of the GetTransactionsList function

This commit is contained in:
Alfred Kamanda 2024-12-11 19:32:41 +03:00
parent 6f3b30e2fe
commit 1a4ee0d3e1
Signed by: Alfred-mk
GPG Key ID: 7EA3D01708908703

View File

@ -1846,7 +1846,7 @@ func (h *Handlers) CheckTransactions(ctx context.Context, sym string, input []by
return res, nil
}
// GetTransactionsList fetches the list of transactions and formats them
// GetTransactionsList reads the list of transactions from the db and formats them
func (h *Handlers) GetTransactionsList(ctx context.Context, sym string, input []byte) (resource.Result, error) {
var res resource.Result
sessionId, ok := ctx.Value("SessionId").(string)