[#478] innerring: Fix set config method name

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
remotes/KirillovDenis/release/v0.21.1
Alex Vanin 2021-04-15 16:20:58 +03:00 committed by Alex Vanin
parent dc0bd782d2
commit 13149e794f
1 changed files with 1 additions and 1 deletions

View File

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