The history-print
command in Mintlayer is used to display the history of commands executed in the current session of the wallet. This feature allows users to review their command history for reference, troubleshooting, or audit purposes.
history-print
-h, --help
: Displays help information about the history-print
command.Printing Command History:
To display the history of commands executed in the current wallet session, run:
history-print
The output will list the commands executed in chronological order, for example:
0 wallet-create test-wallet
1 address-new
2 address-list
Each line shows the command executed, prefixed by its sequence number in the session.