mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-10 01:03:03 +02:00
breacharbiter_test: properly assigns SignDescriptor w/o ptr
This commit is contained in:
@@ -317,7 +317,7 @@ func initBreachedOutputs() error {
|
|||||||
breachKeys[i])
|
breachKeys[i])
|
||||||
}
|
}
|
||||||
sd.PubKey = pubkey
|
sd.PubKey = pubkey
|
||||||
bo.signDesc = sd
|
bo.signDesc = *sd
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
|
Reference in New Issue
Block a user