mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-09 23:27:17 +01:00
21 lines
255 B
Plaintext
21 lines
255 B
Plaintext
|
# Test A can commit twice; queueing two commits onto B's queue.
|
||
|
A:offer 1
|
||
|
B:recvoffer
|
||
|
A:commit
|
||
|
B:recvcommit
|
||
|
A:recvrevoke
|
||
|
|
||
|
A:offer 3
|
||
|
B:recvoffer
|
||
|
A:commit
|
||
|
B:recvcommit
|
||
|
A:recvrevoke
|
||
|
|
||
|
B:commit
|
||
|
A:recvcommit
|
||
|
B:recvrevoke
|
||
|
echo ***A***
|
||
|
A:dump
|
||
|
echo ***B***
|
||
|
B:dump
|