mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 02:27:51 +01:00
889db659c5
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
29 lines
358 B
Plaintext
29 lines
358 B
Plaintext
# Test changes after committing but before receiving revocation.
|
|
A:offer 1
|
|
B:recvoffer
|
|
A:commit
|
|
A:offer 3
|
|
|
|
# Now B receives that commitment and counter-commits.
|
|
B:recvcommit
|
|
B:commit
|
|
|
|
A:recvrevoke
|
|
A:recvcommit
|
|
A:commit
|
|
|
|
B:recvoffer
|
|
B:recvrevoke
|
|
B:recvcommit
|
|
|
|
B:commit
|
|
A:recvrevoke
|
|
A:recvcommit
|
|
B:recvrevoke
|
|
|
|
checksync
|
|
echo ***A***
|
|
A:dump
|
|
echo ***B***
|
|
B:dump
|