diff --git a/tapfreighter/chain_porter.go b/tapfreighter/chain_porter.go index c9c4d87eb..e0850cf98 100644 --- a/tapfreighter/chain_porter.go +++ b/tapfreighter/chain_porter.go @@ -451,6 +451,7 @@ func (p *ChainPorter) storeProofs(sendPkg *sendPackage) error { outputProofLocator := proof.Locator{ AssetID: &firstInput.ID, ScriptKey: *out.ScriptKey.PubKey, + OutPoint: &firstInput.OutPoint, } outputProof := &proof.AnnotatedProof{ Locator: outputProofLocator,