Add descriptions of 2 commands

This commit is contained in:
Justin Ehrenhofer 2021-12-28 12:15:42 -06:00 committed by GitHub
parent b09692a1a4
commit 1d38322442
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -304,9 +304,9 @@ Use `help command_name` to learn more.
`export_outputs <file>` -> `import_outputs <file>` - helps with cold spending; export outputs from a view-wallet to the cold-wallet to make it aware of what had been sent to it
`mark_output_spent <amount>/<offset> | <filename> [add]`
`mark_output_spent <amount>/<offset> | <filename> [add]` - "blackball"/mark an output known to be spent, so that it will no longer be selected as a decoy
`mark_output_unspent <amount>/<offset>`
`mark_output_unspent <amount>/<offset>` - unmark an output not known to be spent, so that it will possibly be selected as a decoy
`is_output_spent <amount>/<offset>`