From e0a5c8144e4d1e6882b119c8902f0076d70edd22 Mon Sep 17 00:00:00 2001 From: wintercooled Date: Fri, 20 Jul 2018 21:55:11 +0100 Subject: [PATCH] Change withdrawal documentation failure outcome - referred to channel not transaction. (#1726) Text related to channel funding not withdrawal. --- doc/lightning-withdraw.7 | 2 +- doc/lightning-withdraw.7.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/lightning-withdraw.7 b/doc/lightning-withdraw.7 index 5f3f3524f..9b64b1554 100644 --- a/doc/lightning-withdraw.7 +++ b/doc/lightning-withdraw.7 @@ -45,7 +45,7 @@ On success, an object with attributes \fItx\fR and \fItxid\fR will be returned\& .sp \fItx\fR represents the raw bitcoin, fully signed, transaction and \fItxid\fR represent the bitcoin transaction id\&. .sp -On failure, an error is reported and the channel is not funded\&. +On failure, an error is reported and the withdrawal transaction is not created.\&. .sp The following error codes may occur: .sp diff --git a/doc/lightning-withdraw.7.txt b/doc/lightning-withdraw.7.txt index f58550228..7701e5ecc 100644 --- a/doc/lightning-withdraw.7.txt +++ b/doc/lightning-withdraw.7.txt @@ -33,7 +33,7 @@ be returned. 'tx' represents the raw bitcoin, fully signed, transaction and 'txid' represent the bitcoin transaction id. -On failure, an error is reported and the channel is not funded. +On failure, an error is reported and the withdrawal transaction is not created. The following error codes may occur: