mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-10 15:45:09 +01:00
126c91e1b1
Add "nocommitwait" for the two cases we test that, otherwise add assertions that we never end up dealing with anything other than the previous commit. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
27 lines
485 B
Plaintext
27 lines
485 B
Plaintext
# Test committing fees before receiving previous revocation.
|
|
A:nocommitwait
|
|
A:feechange
|
|
A:commit
|
|
A:feechange
|
|
A:commit
|
|
echo ***A after two commits with fee changes***
|
|
A:dump
|
|
B:recvfeechange
|
|
echo ***B after receiving fee change***
|
|
B:dump
|
|
B:recvcommit
|
|
echo ***B after receiving first commit***
|
|
B:dump
|
|
B:recvfeechange
|
|
B:recvcommit
|
|
echo ***B after receiving second commit***
|
|
B:dump
|
|
A:recvrevoke
|
|
A:recvrevoke
|
|
B:commit
|
|
A:recvcommit
|
|
B:recvrevoke
|
|
echo ***B after committing***
|
|
B:dump
|
|
checksync
|