Skip to content

Commit

Permalink
fix issue record field naming
Browse files Browse the repository at this point in the history
  • Loading branch information
nodestory committed Oct 9, 2018
1 parent 932516f commit 45498fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion record.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func NewAssetRecord(name, fingerprint string, metadata map[string]string, regist
}

type IssueRecord struct {
AssetIndex string `json:"assetId"`
AssetIndex string `json:"asset"`
Owner string `json:"owner"`
Nonce uint64 `json:"nonce"`
Signature string `json:"signature"`
Expand Down

0 comments on commit 45498fb

Please sign in to comment.