mirror of
https://github.com/monero-project/monero.git
synced 2025-10-11 07:18:30 -04:00
Merge pull request #3705
f9d0827b
Fix broken interactive daemon 'limit' commands plus RPC calls (rbrunner7)
This commit is contained in:
commit
69b6f5b6a6
4 changed files with 9 additions and 15 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue