This repository has been archived by the owner on Jul 27, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
848: Problem: Client CLI does not show transaction type in history r=tomtau a=devashishdxt Solution: Show transaction type in history. This addresses a part of #846 Sample output after this change: ``` +------------------------------------------------------------------+--------+----------------------+-----+------------------+--------------+--------------------------------+ | Transaction ID | In/Out | Amount | Fee | Transaction Type | Block Height | Block Time | +------------------------------------------------------------------+--------+----------------------+-----+------------------+--------------+--------------------------------+ | cc88d0ca2cbcd6ce167a6db426f40c3da034deb5b4e4f09e5ec01f39af80c0ea | IN | 24999999999.99999703 | - | Withdraw | 92 | 2020-01-07T10:14:17.764748000Z | +------------------------------------------------------------------+--------+----------------------+-----+------------------+--------------+--------------------------------+ ``` Co-authored-by: Devashish Dixit <devashish@crypto.com>
- Loading branch information