breacharbiter_test: properly assigns SignDescriptor w/o ptr

This commit is contained in:
Conner Fromknecht 2017-09-06 16:41:38 -07:00
parent e32d3024ae
commit 7ee7bf840a
No known key found for this signature in database
GPG Key ID: 39DE78FBE6ACB0EF
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ func initBreachedOutputs() error {
breachKeys[i])
}
sd.PubKey = pubkey
bo.signDesc = sd
bo.signDesc = *sd
}
return nil