From edb0f8deed051f4394b4d55a466132310546efa7 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Thu, 18 Jan 2018 13:41:17 -0500 Subject: [PATCH] changelog and doc --- CHANGELOG.md | 4 ++-- lbrynet/daemon/Daemon.py | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5a5591a9..afbe78a27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,7 +48,7 @@ at anytime. * Added a new startup stage to indicate if the daemon is waiting for the `wallet_unlock` command. * Add `--conf` CLI flag to specify an alternate config file * Added `blockchain_name` and `lbryum_servers` to the adjustable settings - * Added abandon information(claim name, id, address, amount, balance_delta and nout) about claims/supports/updates to `transaction_list` command, under `abandon_info` key + * Added abandon information (claim name, id, address, amount, balance_delta and nout) about claims, supports, and updates to `transaction_list` results under `abandon_info` key ### Changed * claim_show API command no longer takes name as argument @@ -74,7 +74,7 @@ at anytime. * Removed old and unused UI related code * Removed claim information from lbry file internals * Removed `auto_re_reflect` setting from the conf file, use the `reflect_uploads` setting instead - * Removed include_tip_info argument from transaction_list, which will now always include tip information. + * Removed `include_tip_info` argument from `transaction_list`, which will now always include tip information. ## [0.18.0] - 2017-11-08 diff --git a/lbrynet/daemon/Daemon.py b/lbrynet/daemon/Daemon.py index 01dd939cd..7039c6c8f 100644 --- a/lbrynet/daemon/Daemon.py +++ b/lbrynet/daemon/Daemon.py @@ -2357,8 +2357,7 @@ class Daemon(AuthJSONRPCServer): transaction_list Returns: - (list) List of transactions(balance_delta field returns the amount debited/credited from - your wallet) + (list) List of transactions { "claim_info": (list) claim info if in txn [{ @@ -2393,7 +2392,7 @@ class Daemon(AuthJSONRPCServer): "txid": (str) txn id, "update_info": (list) update info if in txn [{ "address": (str) address of claim, - "balance_delta": (float) difference amount, + "balance_delta": (float) credited/debited "amount": (float) absolute amount, "claim_id": (str) claim id, "claim_name": (str) claim name,