mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
Fixed gitignore
Signed-off-by: Sijo Cherian <sijo@ibm.com>
This commit is contained in:
parent
01ff2e8133
commit
d3b9459f05
2 changed files with 1 additions and 4 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -11,9 +11,6 @@
|
|||
.project
|
||||
# omit Go vendor directories
|
||||
vendor/
|
||||
|
||||
# Dependency/Build/IDE directories
|
||||
node_modules
|
||||
.vscode
|
||||
.gradle
|
||||
.idea
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ type Asset struct {
|
|||
Color string `json:"color"`
|
||||
Size int `json:"size"`
|
||||
Owner string `json:"owner"`
|
||||
AppraisedValue int `json:"appraised_value"`
|
||||
AppraisedValue int `json:"appraisedValue"`
|
||||
}
|
||||
|
||||
// QueryResult structure used for handling result of query
|
||||
|
|
|
|||
Loading…
Reference in a new issue