mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-13 11:09:23 +01:00
Merge pull request #6741 from morehouse/fix_sign_psbt
itest: fix sign_psbt failure
This commit is contained in:
commit
2d093ac183
2 changed files with 5 additions and 0 deletions
|
@ -73,6 +73,8 @@
|
|||
* [Fixed a bug in the `SignPsbt` RPC that produced an invalid response when
|
||||
signing a NP2WKH input](https://github.com/lightningnetwork/lnd/pull/6687).
|
||||
|
||||
* [Fix race condition in `sign_psbt` test](https://github.com/lightningnetwork/lnd/pull/6741).
|
||||
|
||||
* [Update the `urfave/cli`
|
||||
package](https://github.com/lightningnetwork/lnd/pull/6682) because of a flag
|
||||
parsing bug.
|
||||
|
@ -116,6 +118,7 @@
|
|||
* Elle Mouton
|
||||
* ErikEk
|
||||
* Eugene Siegel
|
||||
* Matt Morehouse
|
||||
* Slyghtning
|
||||
* Oliver Gugger
|
||||
* Olaoluwa Osuntokun
|
||||
|
|
|
@ -1381,4 +1381,6 @@ func sendAllCoinsToAddrType(ctx context.Context, t *harnessTest,
|
|||
require.NoError(t.t, err)
|
||||
|
||||
_ = mineBlocks(t, net, 1, 1)[0]
|
||||
err = node.WaitForBlockchainSync()
|
||||
require.NoError(t.t, err)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue