mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-10 07:37:05 +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>
21 lines
270 B
Plaintext
21 lines
270 B
Plaintext
# Test committing before receiving previous revocation.
|
|
A:nocommitwait
|
|
A:offer 1
|
|
A:commit
|
|
A:offer 3
|
|
A:commit
|
|
B:recvoffer
|
|
B:recvcommit
|
|
B:recvoffer
|
|
B:recvcommit
|
|
A:recvrevoke
|
|
A:recvrevoke
|
|
B:commit
|
|
A:recvcommit
|
|
B:recvrevoke
|
|
checksync
|
|
echo ***A***
|
|
A:dump
|
|
echo ***B***
|
|
B:dump
|