Skip to content

Commit

Permalink
Merge "[FAB-3246] Remove TODO from removeDataWrapper"
Browse files Browse the repository at this point in the history
  • Loading branch information
yacovm authored and Gerrit Code Review committed Apr 26, 2017
2 parents 62aec85 + fa973d2 commit 852997a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func (vdb *VersionedDB) GetState(namespace string, key string) (*statedb.Version
func removeDataWrapper(wrappedValue []byte, attachments []*couchdb.Attachment) ([]byte, version.Height) {

//initialize the return value
returnValue := []byte{} // TODO: empty byte or nil
returnValue := []byte{}

//initialize a default return version
returnVersion := version.NewHeight(0, 0)
Expand Down

0 comments on commit 852997a

Please sign in to comment.