Simplewallet: update help text for show_transfers.

Describe the output format.
This commit is contained in:
Ted Moravec 2018-10-18 09:14:15 +00:00
parent 5c85da5a73
commit 6f88c03dfc
No known key found for this signature in database
GPG key ID: AE1066CC94FA7B49
5 changed files with 49 additions and 5 deletions

View file

@ -1855,7 +1855,16 @@ Annars bevisar du reserven för det minsta möjliga belopp över <belopp>
</message>
<message>
<location filename="../src/simplewallet/simplewallet.cpp" line="1758"/>
<source>Show the incoming/outgoing transfers within an optional height range.</source>
<source>Show the incoming/outgoing transfers within an optional height range.
Output format:
In or Coinbase: Block Number, &quot;block&quot;|&quot;in&quot;, Time, Amount, Transaction Hash, Payment ID, Subaddress Index, &quot;-&quot;, Note\
Out: Block Number, &quot;out&quot;, Time, Amount*, Transaction Hash, Payment ID, Fee, Destinations, Input addresses**, &quot;-&quot;, Note
Pool: &quot;pool&quot;, &quot;in&quot;, Time, Amount, Transaction Hash, Payment Id, Subaddress Index, &quot;-&quot;, Note, Double Spend Note\
Pending or Failed: &quot;failed&quot;|&quot;pending&quot;, &quot;out&quot;, Time, Amount*, Transaction Hash, Payment ID, Fee, Input addresses**, &quot;-&quot;, Note
* Excluding change and fee.
** Set of address indices used as inputs in this transfer.</source>
<translation>Visa inkommande/utgående överföringar inom ett valfritt höjdintervall.</translation>
</message>
<message>