We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 079a918 commit 57924a8Copy full SHA for 57924a8
core/chaincode/shim/interfaces.go
@@ -299,7 +299,7 @@ type ChaincodeStubInterface interface {
299
// not detected. That is, other committed transactions may have added,
300
// updated, or removed keys that impact the result set, and this would not
301
// be detected at validation/commit time. Applications susceptible to this
302
- // should therefore not use GetQueryResult as part of transactions that update
+ // should therefore not use GetPrivateDataQueryResult as part of transactions that update
303
// ledger, and should limit use to read-only chaincode operations.
304
GetPrivateDataQueryResult(collection, query string) (StateQueryIteratorInterface, error)
305
0 commit comments