mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-09 23:27:17 +01:00
388dfc355e
We simply record how many fee changes there are, rather than supporting a particular level. Fees are tricky: it's a noop to apply them when incoming, but we apply them when they've been acked. Unlike HTLC modifications, which are symmetric, fee updates only apply when returning to the originating node. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
14 lines
181 B
Plaintext
14 lines
181 B
Plaintext
# Simple test that we can change fee level
|
|
A:feechange
|
|
B:recvfeechange
|
|
A:commit
|
|
B:recvcommit
|
|
A:recvrevoke
|
|
B:commit
|
|
A:recvcommit
|
|
B:recvrevoke
|
|
echo ***A***
|
|
A:dump
|
|
echo ***B***
|
|
B:dump
|