Browse Source

Fix typos

ppa-0.6.1
practicalswift 7 years ago
committed by Christian Decker
parent
commit
96d093fb30
  1. 2
      doc/lightning-delinvoice.7
  2. 2
      doc/lightning-delinvoice.7.txt
  3. 2
      tests/test_lightningd.py

2
doc/lightning-delinvoice.7

@ -36,7 +36,7 @@ lightning-delinvoice \- Protocol for removing an invoice\&.
.sp
The \fBdelinvoice\fR RPC command removes an invoice with \fIstatus\fR as given in \fBlistinvoices\fR\&.
.sp
The caller should be particularly aware of the error case caused by the \fIstatus\fR chaning just before this command is invoked!
The caller should be particularly aware of the error case caused by the \fIstatus\fR changing just before this command is invoked!
.SH "RETURN VALUE"
.sp
On success, an invoice description will be returned as per lightning\-listinvoice(7)\&.

2
doc/lightning-delinvoice.7.txt

@ -16,7 +16,7 @@ The *delinvoice* RPC command removes an invoice with 'status' as
given in *listinvoices*.
The caller should be particularly aware of the error case caused by
the 'status' chaning just before this command is invoked!
the 'status' changing just before this command is invoked!
RETURN VALUE
------------

2
tests/test_lightningd.py

@ -2880,7 +2880,7 @@ class LightningDTests(BaseLightningDTests):
l3.daemon.wait_for_log('peer_in WIRE_UPDATE_FEE')
l3.daemon.wait_for_log('peer_in WIRE_COMMITMENT_SIGNED')
# We need to wait untill both have committed and revoked the
# We need to wait until both have committed and revoked the
# old state, otherwise we'll still try to commit with the old
# 15sat/byte fee
l1.daemon.wait_for_log('peer_out WIRE_REVOKE_AND_ACK')

Loading…
Cancel
Save