contractcourt: update test due to recent SignDescriptor API changes

This commit is contained in:
Olaoluwa Osuntokun 2018-02-19 19:13:03 -08:00
parent d98e7a730d
commit dc2404f289
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21

View File

@ -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())
}