mirror of
https://github.com/monero-project/monero.git
synced 2026-01-01 23:40:03 -08:00
Merge pull request #5582
fcfcc3a rpc: in/out peers can now return the setting's value (moneromooo-monero)
This commit is contained in:
@@ -125,9 +125,9 @@ public:
|
||||
|
||||
bool set_limit(int64_t limit_down, int64_t limit_up);
|
||||
|
||||
bool out_peers(uint64_t limit);
|
||||
bool out_peers(bool set, uint32_t limit);
|
||||
|
||||
bool in_peers(uint64_t limit);
|
||||
bool in_peers(bool set, uint32_t limit);
|
||||
|
||||
bool hard_fork_info(uint8_t version);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user