mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-11 03:25:21 +02:00
contractcourt: update test due to recent SignDescriptor API changes
This commit is contained in:
@@ -796,7 +796,7 @@ func TestScopeIsolation(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
testSignDesc.PubKey, _ = btcec.ParsePubKey(key1, btcec.S256())
|
testSignDesc.KeyDesc.PubKey, _ = btcec.ParsePubKey(key1, btcec.S256())
|
||||||
|
|
||||||
prand.Seed(time.Now().Unix())
|
prand.Seed(time.Now().Unix())
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user