mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-11 01:54:25 +01:00
In the next test, we wait for multiple 'sendrawtx exit 0' which doesn't work because we use a set not a list, and the current code would match multiple against the same thing. The result was we didn't wait for the final sendrawtransaction, and occasionally had test failures as a result. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>