]> git.bitcoin.ninja Git - rust-lightning/commit
Add test for async signing for commitment_signed
authorChris Waterson <waterson@gmail.com>
Wed, 6 Sep 2023 22:05:53 +0000 (15:05 -0700)
committerChris Waterson <waterson@gmail.com>
Wed, 25 Oct 2023 16:26:34 +0000 (09:26 -0700)
commit6881bbb94aad3f66eaefb553af901ecc507c96b8
tree75fcf4498863b29279d6909d5c3d21a4a60f3909
parent926c58810fea3898de46655489ddf8e5ab2c8ea8
Add test for async signing for commitment_signed

This adds a test (and fixes the implementation!) to check that we correctly
resume processing after awaiting an asynchronous signature for a
`commitment_signed` event.
lightning/src/ln/async_signer_tests.rs
lightning/src/ln/functional_test_utils.rs