diff options
author | Wolfy-J <[email protected]> | 2018-09-10 15:38:17 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-09-10 15:38:17 +0300 |
commit | 46a06a4d104802fb4271e06da487f74f23edd10c (patch) | |
tree | 64b506898d283c39babc48da5a29df203cb57b49 /service | |
parent | 562464f605a013b4ab1d524b68e3668b71f2a0e3 (diff) |
update CHANGELOG
Diffstat (limited to 'service')
-rw-r--r-- | service/rpc/service.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/rpc/service.go b/service/rpc/service.go index d8c2b9d5..3ea6c5fc 100644 --- a/service/rpc/service.go +++ b/service/rpc/service.go @@ -14,7 +14,7 @@ const ( // rrKey defines environment key to be used to store information about // rpc server connection. - envKey = "rr-rpc" + envKey = "rr_rpc" ) // Service is RPC service. |