core-lightning/test/commits/04-two-commits-onedir.script
Rusty Russell 7f90d183da test/test_protocol: simulator for the updated wire-protocol BOLT.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2016-05-17 13:47:44 +09:30

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