Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FAB-2015 Remove Version from CouchDB QueryResult
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 <chris.elder@us.ibm.com>
- Loading branch information