update function comment
This commit is contained in:
parent
1d82bc2261
commit
6159686a8e
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user