Adjust our remote load fee based on validations.

This commit is contained in:
JoelKatz
2013-07-10 17:10:00 -07:00
parent e87cefd979
commit ac4843bc00
4 changed files with 44 additions and 3 deletions

View File

@@ -32,9 +32,7 @@ public:
// Scale using load as well as base rate
virtual uint64 scaleFeeLoad (uint64 fee, uint64 baseFee, uint32 referenceFeeUnits, bool bAdmin) = 0;
// VFALCO NOTE This appears to be unused, so I'm hiding the declaration.
//
//virtual void setRemoteFee (uint32) = 0;
virtual void setRemoteFee (uint32) = 0;
virtual uint32 getRemoteFee () = 0;
virtual uint32 getLocalFee () = 0;