mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-09 15:18:09 +01:00
a2ced6c16c
Not just add-htlc crossing over, but all the commit stages. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
23 lines
248 B
Plaintext
23 lines
248 B
Plaintext
# Offers which cross over still get resolved.
|
|
A:offer 1
|
|
A:commit
|
|
B:offer 2
|
|
B:recvoffer
|
|
B:recvcommit
|
|
B:commit
|
|
|
|
A:recvoffer
|
|
A:recvrevoke
|
|
A:recvcommit
|
|
B:recvrevoke
|
|
|
|
A:commit
|
|
B:recvcommit
|
|
A:recvrevoke
|
|
|
|
checksync
|
|
echo ***A***
|
|
A:dump
|
|
echo ***B***
|
|
B:dump
|