Merge pull request #3705

f9d0827b Fix broken interactive daemon 'limit' commands plus RPC calls (rbrunner7)
This commit is contained in:
Riccardo Spagni 2018-04-28 17:02:08 +02:00
commit 69b6f5b6a6
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
4 changed files with 9 additions and 15 deletions

View file

@ -1705,7 +1705,7 @@ namespace cryptonote
{
struct request
{
int64_t limit_down;
int64_t limit_down; // all limits (for get and set) are kB/s
int64_t limit_up;
BEGIN_KV_SERIALIZE_MAP()