From 5514f4fadf7990fc96b50d6ee16e43c3a569ab54 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 6 Mar 2017 12:23:58 +1030 Subject: [PATCH] lightningd/channel.h: fix comment typo. Signed-off-by: Rusty Russell --- lightningd/channel.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lightningd/channel.h b/lightningd/channel.h index 2f350841f..f9999f93b 100644 --- a/lightningd/channel.h +++ b/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_txout: The commitment transaction output number. * @funding_satoshis: The commitment transaction amount. - * @funding_satoshis: The commitment transaction amount. * @push_msat: The amount the initator gives to the other side. * @feerate_per_kw: feerate per kiloweight (satoshis) * @local: local channel configuration