Add DeliverMin transaction field (RIPD-930)

This commit is contained in:
Miguel Portilla
2015-06-15 12:55:27 -04:00
committed by Vinnie Falco
parent b7f07aed00
commit 4dc573f195
16 changed files with 341 additions and 16 deletions

View File

@@ -381,6 +381,7 @@ extern SField const sfLowLimit;
extern SField const sfHighLimit;
extern SField const sfFee;
extern SField const sfSendMax;
extern SField const sfDeliverMin;
// currency amount (uncommon)
extern SField const sfMinimumOffer;