[#478] innerring: Fix set config method name

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2021-04-15 16:20:58 +03:00 committed by Alex Vanin
parent dc0bd782d2
commit 13149e794f

View file

@ -27,7 +27,7 @@ const (
setNewEpochMethod = "newEpoch"
approvePeerMethod = "addPeer"
updatePeerStateMethod = "updateState"
setConfigMethod = "setConfigMethod"
setConfigMethod = "setConfig"
getNetmapSnapshotMethod = "netmap"
)