Make sure all fee schedule changes are reported to clients.

This commit is contained in:
JoelKatz
2013-02-11 14:50:15 -08:00
parent 4261b1c2d0
commit d0e85ff4b4
4 changed files with 34 additions and 13 deletions

View File

@@ -164,8 +164,8 @@ public:
Json::Value getJson(uint64 baseFee, uint32 referenceFeeUnits);
void setRemoteFee(uint32);
void raiseLocalFee();
void lowerLocalFee();
bool raiseLocalFee();
bool lowerLocalFee();
};