rpcclient: fix address used in doc
This one doesn't really work now, it's Legacy. Replace with something N3-ish. Thanks @lock9 for reporting. Signed-off-by: Roman Khimov <roman@nspcc.ru>
This commit is contained in:
parent
00a1a8da56
commit
e09fc00188
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ func Example() {
|
|||
os.Exit(1)
|
||||
}
|
||||
|
||||
addr, err := address.StringToUint160("ATySFJAbLW7QHsZGHScLhxq6EyNBxx3eFP")
|
||||
addr, err := address.StringToUint160("NUkaBmzsZq1qdgaHfKrtRUcHNhtVJ2hTpv")
|
||||
if err != nil {
|
||||
fmt.Println(err)
|
||||
os.Exit(1)
|
||||
|
|
Loading…
Reference in a new issue