mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-05-04 09:02:28 +00:00
Fix typos (#133)
* Fix typos * revert chains/unit_testnet * revert chains * fix review comments (thx @AlexVanin)
This commit is contained in:
parent
845d719698
commit
67cbcac643
25 changed files with 40 additions and 40 deletions
|
@ -23,7 +23,7 @@ type AccountStateResponse struct {
|
|||
Result *Account `json:"result"`
|
||||
}
|
||||
|
||||
// Account respresents details about a NEO account.
|
||||
// Account represents details about a NEO account.
|
||||
type Account struct {
|
||||
Version int `json:"version"`
|
||||
ScriptHash string `json:"script_hash"`
|
||||
|
@ -33,7 +33,7 @@ type Account struct {
|
|||
Balances []*Balance
|
||||
}
|
||||
|
||||
// Balance respresents details about a NEO account balance.
|
||||
// Balance represents details about a NEO account balance.
|
||||
type Balance struct {
|
||||
Asset string `json:"asset"`
|
||||
Value string `json:"value"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue