diff --git a/tapfreighter/chain_porter.go b/tapfreighter/chain_porter.go index df3a416c1..5d47e9c7d 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,