Skip to content

Commit

Permalink
Rename account target id to blockchain id (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
orkunkl authored Jun 17, 2020
1 parent 6944a98 commit 55fdca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Sync swagger ui with recent changes
- Rename resolve-domain to domain-info, resolve-account to resolve
- Alias iovnscli domain to iovnscli starname
- Change account target blockchain id in genesis to blockhain_id

## v0.4.2

Expand Down
2 changes: 1 addition & 1 deletion x/domain/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func (a *Account) Unpack(key []byte) error {
// BlockchainAddress defines an address coming from different DLTs
type BlockchainAddress struct {
// ID defines a blockchain ID
ID string `json:"id"`
ID string `json:"blockchain_id"`
// Address is the blockchain address
Address string `json:"address"`
}
Expand Down

0 comments on commit 55fdca3

Please sign in to comment.