mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
056c219bc1
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
18 lines
208 B
Plaintext
18 lines
208 B
Plaintext
# Simple test that we can commit two HTLCs
|
|
A:offer 1
|
|
A:offer 3
|
|
A:commit
|
|
B:recvoffer
|
|
B:recvoffer
|
|
B:recvcommit
|
|
A:recvrevoke
|
|
B:commit
|
|
A:recvcommit
|
|
B:recvrevoke
|
|
checksync
|
|
echo ***A***
|
|
A:dump
|
|
echo ***B***
|
|
B:dump
|
|
|