mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
a2ced6c16c
Not just add-htlc crossing over, but all the commit stages. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
28 lines
329 B
Plaintext
28 lines
329 B
Plaintext
# Commits which cross over still get resolved.
|
|
A:offer 1
|
|
B:offer 2
|
|
A:commit
|
|
B:commit
|
|
|
|
A:recvoffer
|
|
B:recvoffer
|
|
A:recvcommit
|
|
B:recvcommit
|
|
|
|
A:recvrevoke
|
|
B:recvrevoke
|
|
|
|
# They've got to come into sync eventually!
|
|
A:commit
|
|
B:commit
|
|
A:recvcommit
|
|
B:recvcommit
|
|
A:recvrevoke
|
|
B:recvrevoke
|
|
|
|
checksync
|
|
echo ***A***
|
|
A:dump
|
|
echo ***B***
|
|
B:dump
|