retrieval: DagSpec.MatchPath -> ExportMerkleProof

This commit is contained in:
Łukasz Magiera
2021-11-29 21:14:00 +01:00
parent 58a084049d
commit 5b5e6b9e44
6 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -329,8 +329,8 @@ func (w *WrapperV1Full) clientRetrieve(ctx context.Context, order RetrievalOrder
if order.DatamodelPathSelector != nil {
s := api.Selector(*order.DatamodelPathSelector)
eref.DAGs = append(eref.DAGs, api.DagSpec{
DataSelector: &s,
MatchPath: true,
DataSelector: &s,
ExportMerkleProof: true,
})
}