Begin the infrastructure for putting fees in the ledger.

This commit is contained in:
JoelKatz
2012-12-20 11:23:01 -08:00
parent 0106365098
commit 125984cd78
5 changed files with 23 additions and 0 deletions

View File

@@ -103,6 +103,13 @@ static bool LEFInit()
<< SOElement(sfFeatures, SOE_REQUIRED)
;
DECLARE_LEF(FeeSettings, ltFEE_SETTINGS)
<< SOElement(sfBaseFee, SOE_REQUIRED)
<< SOElement(sfReferenceFeeUnits, SOE_REQUIRED)
<< SOElement(sfReserveBase, SOE_REQUIRED)
<< SOElement(sfReserveIncrement, SOE_REQUIRED)
;
return true;
}