*: replace all NEP5 occurences to NEP17
This commit is contained in:
parent
b97dfae8d8
commit
31eca342eb
33 changed files with 335 additions and 335 deletions
|
@ -29,7 +29,7 @@ func Example() {
|
|||
fmt.Println(err)
|
||||
os.Exit(1)
|
||||
}
|
||||
resp, err := c.GetNEP5Balances(addr)
|
||||
resp, err := c.GetNEP17Balances(addr)
|
||||
if err != nil {
|
||||
fmt.Println(err)
|
||||
os.Exit(1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue