diff options
author | Ted Moravec <ted@cryptosphere-systems.com> | 2018-10-18 09:14:15 +0000 |
---|---|---|
committer | Ted Moravec <ted@cryptosphere-systems.com> | 2018-10-18 09:14:15 +0000 |
commit | 6f88c03dfc2f2318a13e9c0177536aeeec44ea24 (patch) | |
tree | 3aca3e2070c40bcefa921dc3b27e46f5364b4fc8 /translations/monero.ts | |
parent | Merge pull request #4610 (diff) | |
download | monero-6f88c03dfc2f2318a13e9c0177536aeeec44ea24.tar.xz |
Simplewallet: update help text for show_transfers.
Describe the output format.
Diffstat (limited to '')
-rw-r--r-- | translations/monero.ts | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/translations/monero.ts b/translations/monero.ts index 8d4ee7ab8..e28a2a058 100644 --- a/translations/monero.ts +++ b/translations/monero.ts @@ -1727,7 +1727,16 @@ Otherwise, you prove the reserve of the smallest possible amount above <amoun </message> <message> <location filename="../src/simplewallet/simplewallet.cpp" line="2432"/> - <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, "block"|"in", Time, Amount, Transaction Hash, Payment ID, Subaddress Index, "-", Note\ +Out: Block Number, "out", Time, Amount*, Transaction Hash, Payment ID, Fee, Destinations, Input addresses**, "-", Note +Pool: "pool", "in", Time, Amount, Transaction Hash, Payment Id, Subaddress Index, "-", Note, Double Spend Note\ +Pending or Failed: "failed"|"pending", "out", Time, Amount*, Transaction Hash, Payment ID, Fee, Input addresses**, "-", Note + +* Excluding change and fee. +** Set of address indices used as inputs in this transfer.</source> <translation type="unfinished"></translation> </message> <message> |