breacharbiter_test: properly assigns SignDescriptor w/o ptr
This commit is contained in:
parent
e32d3024ae
commit
7ee7bf840a
@ -317,7 +317,7 @@ func initBreachedOutputs() error {
|
||||
breachKeys[i])
|
||||
}
|
||||
sd.PubKey = pubkey
|
||||
bo.signDesc = sd
|
||||
bo.signDesc = *sd
|
||||
}
|
||||
|
||||
return nil
|
||||
|
Loading…
Reference in New Issue
Block a user