Skip to content

Commit

Permalink
add txid to proposal when doing a query (#1247)
Browse files Browse the repository at this point in the history
closes #1187

Signed-off-by: D <[email protected]>

Co-authored-by: D <[email protected]>
  • Loading branch information
davidkel and D authored Mar 4, 2022
1 parent c72dc9f commit 5380af7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ class V1Fabric extends ConnectorBase {
chaincodeId: querySettings.contractId,
fcn: querySettings.contractFunction,
args: querySettings.contractArguments || [],
txId: txIdObject,
transientMap: querySettings.transientMap,
targets: targetPeers
};
Expand Down

0 comments on commit 5380af7

Please sign in to comment.