Browse Source

lightningd/channel.h: fix comment typo.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ppa-0.6.1
Rusty Russell 8 years ago
parent
commit
5514f4fadf
  1. 1
      lightningd/channel.h

1
lightningd/channel.h

@ -121,7 +121,6 @@ static inline u16 to_self_delay(const struct channel *channel, enum side side)
* @funding_txid: The commitment transaction id. * @funding_txid: The commitment transaction id.
* @funding_txout: The commitment transaction output number. * @funding_txout: The commitment transaction output number.
* @funding_satoshis: The commitment transaction amount. * @funding_satoshis: The commitment transaction amount.
* @funding_satoshis: The commitment transaction amount.
* @push_msat: The amount the initator gives to the other side. * @push_msat: The amount the initator gives to the other side.
* @feerate_per_kw: feerate per kiloweight (satoshis) * @feerate_per_kw: feerate per kiloweight (satoshis)
* @local: local channel configuration * @local: local channel configuration

Loading…
Cancel
Save