Breakout listen -i to separate method (#337)
* Rename wallet 'receive' to 'listen' * Handle use of previous 'receive' command gracefully and clarify docs * Move listen port from main wallet config to subcommand and break input out into own file method * Clean up arg description * Add placeholder to docs for file method in wallet * Tidy wallet help text * Rename pending wallet 'receive' to 'request' * Restore receive method for file based transactions
This commit is contained in:
@@ -53,6 +53,10 @@ Builds a transaction to send someone some coins. Creates and outputs a transacti
|
||||
|
||||
Replaced by `listen` (see above). The `receive` command might later be recycled to actively accept one or several specific transactions.
|
||||
|
||||
### grin wallet request
|
||||
|
||||
(tbd)
|
||||
|
||||
### grin wallet burn
|
||||
|
||||
*TESTING ONLY*: Burns the provided amount to a known key. Similar to send but burns an output to allow single-party
|
||||
|
||||
Reference in New Issue
Block a user