Fix AccountRemoveResponse declaration

This commit is contained in:
Andrey Beletsky 2019-05-22 11:45:10 +07:00
parent 7220ec8943
commit 6c7f59bfb8

View file

@ -221,9 +221,7 @@ type AccountCreateResponse struct {
ModifiedOn float64 `json:"modified_on"`
}
type AccountRemoveResponse struct {
AccountCreateResponse
}
type AccountRemoveResponse AccountCreateResponse
type Transaction struct {
Address string `json:"address"`