update function comment

This commit is contained in:
Alfred Kamanda 2024-11-19 16:21:55 +03:00
parent 1d82bc2261
commit 6159686a8e
Signed by: Alfred-mk
GPG Key ID: 7EA3D01708908703

View File

@ -1754,8 +1754,8 @@ func (h *Handlers) GetTransactionsList(ctx context.Context, sym string, input []
return res, nil return res, nil
} }
// ViewTransactionStatement retrieves the token holding and balance from the subprefixDB // ViewTransactionStatement retrieves the transaction statement
// and displays it to the user for them to select it // and displays it to the user
func (h *Handlers) ViewTransactionStatement(ctx context.Context, sym string, input []byte) (resource.Result, error) { func (h *Handlers) ViewTransactionStatement(ctx context.Context, sym string, input []byte) (resource.Result, error) {
var res resource.Result var res resource.Result
sessionId, ok := ctx.Value("SessionId").(string) sessionId, ok := ctx.Value("SessionId").(string)