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

View File

@@ -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