mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
Change withdrawal documentation failure outcome - referred to channel not transaction. (#1726)
Text related to channel funding not withdrawal.
This commit is contained in:
parent
552b00e2c1
commit
e0a5c8144e
@ -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
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user