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
Motivation for this change:
Version is no longer required in the QueryResult structure.
This also keeps the CouchDB layer to be more generic, since the
CouchDB data layer is used by consumers other than Ledger.
- Remove Version from QueryResult struct in couchdb.go
- Previous changes in FAB1818 remove any reference to Version
- Remove 3 instances where Version is populated with development values
Change-Id: I9ac47e96b9530e23f6a31a075e71ba811e13cf05
Signed-off-by: Chris Elder <[email protected]>
0 commit comments