1
0
mirror of https://github.com/ACINQ/eclair.git synced 2024-11-20 02:27:32 +01:00
eclair/eclair-core
Pierre-Marie Padiou 7a4f175f2f
Handle update relay fee in OFFLINE state (#719)
Previously it was only possible to update relay fee in NORMAL state,
which is not very convenient because most of the time there are always
some channels in OFFLINE state.

This works like the NORMAL case, except that the new `channel_update`
won't be broadcast immediately. It will be sent out next time the
channel goes back to NORMAL, in the same `channel_update` that sets the
`enable` flag to true.

Also added a default handler that properly rejects the
CMD_UPDATE_RELAY_FEE command in all other states.
2018-09-24 13:59:01 +02:00
..
src Handle update relay fee in OFFLINE state (#719) 2018-09-24 13:59:01 +02:00
eclair-cli Improved eclair-cli (#718) 2018-09-24 11:49:05 +02:00
pom.xml Tests: use bitcoind 0.16.3 (#715) 2018-09-20 16:37:57 +02:00