Skip to content

Commit

Permalink
Fix parsing in query type
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfrey committed Apr 29, 2021
1 parent 0c95c2d commit f4b588d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/wasm/ibc_reflect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ type AccountQuery struct {
}

type AccountResponse struct {
LastUpdateTime uint64 `json:"last_update_time"`
LastUpdateTime uint64 `json:"last_update_time,string"`
RemoteAddr string `json:"remote_addr"`
RemoteBalance wasmvmtypes.Coins `json:"remote_balance"`
}

0 comments on commit f4b588d

Please sign in to comment.