forked from TrueCloudLab/frostfs-contract
[#144] reputation: fix safe method names
Also make it possible to compile with the latest neo-go version. Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
18ff4ea116
commit
e880b2740d
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
name: "NeoFS Reputation"
|
||||
safemethods: ["get, getByID, listByEpoch"]
|
||||
safemethods: ["get", "getByID", "listByEpoch"]
|
||||
permissions:
|
||||
- methods: ["update"]
|
||||
events:
|
||||
|
|
Loading…
Reference in a new issue