forked from TrueCloudLab/frostfs-node
[#14] Use lower case in first letter of contract methods
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
b6913394a2
commit
3d0064cb4c
3 changed files with 5 additions and 5 deletions
|
@ -6,8 +6,8 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
getEpochMethod = "Epoch"
|
||||
setNewEpochMethod = "NewEpoch"
|
||||
getEpochMethod = "epoch"
|
||||
setNewEpochMethod = "newEpoch"
|
||||
)
|
||||
|
||||
// Epoch return epoch value from contract.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue