You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.
Retrieving a Work Order Receipt Update
...
Inputs:
...
updateIndex is an index of the update to retrieve. Value "0xFFFFFFFF" is reserved to retrieve the last received update.
func (t *Receipt) workOrderReceiptUpdateRetrieve(stub shim.ChaincodeStubInterface, args []string) pb.Response {
...
// If updateIndex value "0xFFFFFFFF" is reserved to retrieve the last received update.
if arg2 == 256 {
...
}
256 looks like a wrong index value?
The text was updated successfully, but these errors were encountered:
MarkYQJ
changed the title
Update index
The parameter Update index
Feb 4, 2021
MarkYQJ
changed the title
The parameter Update index
The parameter updateIndex
Feb 4, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Based on spec.,
However, the receipt chaincode is implemented as below
256 looks like a wrong index value?
The text was updated successfully, but these errors were encountered: