mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-20 13:34:32 +01:00
contractcourt: update test due to recent SignDescriptor API changes
This commit is contained in:
parent
d98e7a730d
commit
dc2404f289
1 changed files with 1 additions and 1 deletions
|
@ -796,7 +796,7 @@ func TestScopeIsolation(t *testing.T) {
|
|||
}
|
||||
|
||||
func init() {
|
||||
testSignDesc.PubKey, _ = btcec.ParsePubKey(key1, btcec.S256())
|
||||
testSignDesc.KeyDesc.PubKey, _ = btcec.ParsePubKey(key1, btcec.S256())
|
||||
|
||||
prand.Seed(time.Now().Unix())
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue