forked from TrueCloudLab/frostfs-contract
[#56] netmap: Fix unsafe methods
Delete unsafe 'addPeer' method from `safemethods` in contract config. Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
d8031f8f59
commit
6cd0808627
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
name: "NeoFS Netmap"
|
||||
safemethods: ["innerRingList", "multiaddress", "addPeer", "epoch", "netmap", "snapshot", "snapshotByEpoch", "config", "listConfig", "version"]
|
||||
safemethods: ["innerRingList", "multiaddress", "epoch", "netmap", "snapshot", "snapshotByEpoch", "config", "listConfig", "version"]
|
||||
events:
|
||||
- name: AddPeer
|
||||
parameters:
|
||||
|
|
Loading…
Reference in a new issue