Skip to content

Commit

Permalink
[nspcc-dev#266] nns: Fix safe methods list
Browse files Browse the repository at this point in the history
`getRecord` doesn't exist since
nspcc-dev@6ea4573.

Signed-off-by: Anna Shaleva <[email protected]>
  • Loading branch information
AnnaShaleva committed Sep 13, 2022
1 parent d7e893b commit 9da00d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nns/nns.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "NameService"
supportedstandards: ["NEP-11"]
safemethods: ["balanceOf", "decimals", "symbol", "totalSupply", "tokensOf", "ownerOf",
"tokens", "properties", "roots", "getPrice", "isAvailable", "getRecord",
"tokens", "properties", "roots", "getPrice", "isAvailable", "getRecords",
"resolve", "getAllRecords"]
events:
- name: Transfer
Expand Down

0 comments on commit 9da00d8

Please sign in to comment.