Change/Fee transactor.

This commit is contained in:
JoelKatz
2013-04-15 22:59:16 -07:00
parent 8ed0d107fd
commit efb3c24518
8 changed files with 30 additions and 10 deletions

View File

@@ -78,12 +78,11 @@ void TFInit()
;
DECLARE_TF(SetFee, ttFEE)
<< SOElement(sfFeatures, SOE_REQUIRED)
<< SOElement(sfBaseFee, SOE_REQUIRED)
<< SOElement(sfReferenceFeeUnits, SOE_REQUIRED)
<< SOElement(sfReserveBase, SOE_REQUIRED)
<< SOElement(sfReserveIncrement, SOE_REQUIRED)
;
;
}
TransactionFormat* TransactionFormat::getTxnFormat(TransactionType t)