mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
test: assert raw output signing requests
This commit is contained in:
parent
cecb26c495
commit
a05e46697d
5 changed files with 28 additions and 0 deletions
|
|
@ -265,6 +265,9 @@ func testSuccess(ctx *testContext, amt btcutil.Amount, hash lntypes.Hash,
|
|||
// Publish tick.
|
||||
ctx.expiryChan <- testTime
|
||||
|
||||
// Expect a signing request.
|
||||
<-ctx.Lnd.SignOutputRawChannel
|
||||
|
||||
if !preimageRevealed {
|
||||
ctx.assertStatus(loopdb.StatePreimageRevealed)
|
||||
ctx.assertStorePreimageReveal()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue