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