forked from TrueCloudLab/frostfs-node
[#478] innerring: Fix set config method name
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
dc0bd782d2
commit
13149e794f
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ const (
|
||||||
setNewEpochMethod = "newEpoch"
|
setNewEpochMethod = "newEpoch"
|
||||||
approvePeerMethod = "addPeer"
|
approvePeerMethod = "addPeer"
|
||||||
updatePeerStateMethod = "updateState"
|
updatePeerStateMethod = "updateState"
|
||||||
setConfigMethod = "setConfigMethod"
|
setConfigMethod = "setConfig"
|
||||||
getNetmapSnapshotMethod = "netmap"
|
getNetmapSnapshotMethod = "netmap"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue