mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-09 15:18:09 +01:00
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
|