mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-10 07:37:05 +01:00
7f90d183da
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
24 lines
300 B
Plaintext
24 lines
300 B
Plaintext
# Simple test that we can fulfill (remove) an HTLC after fully settled.
|
|
A:offer 1
|
|
B:recvoffer
|
|
A:commit
|
|
B:recvcommit
|
|
A:recvrevoke
|
|
B:commit
|
|
A:recvcommit
|
|
B:recvrevoke
|
|
|
|
B:remove 1
|
|
B:commit
|
|
A:recvremove
|
|
A:recvcommit
|
|
B:recvrevoke
|
|
A:commit
|
|
B:recvcommit
|
|
A:recvrevoke
|
|
|
|
echo ***A***
|
|
A:dump
|
|
echo ***B***
|
|
B:dump
|