Skip to content

Commit 57924a8

Browse files
committed
[FAB-13451] Not GetQueryResult
Change-Id: I63c64e70c393280d291eb8d769448c39ee89fd8d Signed-off-by: tyanj <653291675@qq.com>
1 parent 079a918 commit 57924a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/chaincode/shim/interfaces.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ type ChaincodeStubInterface interface {
299299
// not detected. That is, other committed transactions may have added,
300300
// updated, or removed keys that impact the result set, and this would not
301301
// be detected at validation/commit time. Applications susceptible to this
302-
// should therefore not use GetQueryResult as part of transactions that update
302+
// should therefore not use GetPrivateDataQueryResult as part of transactions that update
303303
// ledger, and should limit use to read-only chaincode operations.
304304
GetPrivateDataQueryResult(collection, query string) (StateQueryIteratorInterface, error)
305305

0 commit comments

Comments
 (0)