mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
Update type of CoverRate fields
This commit is contained in:
@@ -60,8 +60,6 @@ TYPED_SFIELD(sfHookExecutionIndex, UINT16, 19)
|
||||
TYPED_SFIELD(sfHookApiVersion, UINT16, 20)
|
||||
TYPED_SFIELD(sfLedgerFixType, UINT16, 21)
|
||||
TYPED_SFIELD(sfManagementFeeRate, UINT16, 22)
|
||||
TYPED_SFIELD(sfCoverRateMinimum, UINT16, 23)
|
||||
TYPED_SFIELD(sfCoverRateLiquidation, UINT16, 24)
|
||||
TYPED_SFIELD(sfInterestRate, UINT16, 25)
|
||||
TYPED_SFIELD(sfLateInterestRate, UINT16, 26)
|
||||
TYPED_SFIELD(sfCloseInterestRate, UINT16, 27)
|
||||
@@ -127,6 +125,8 @@ TYPED_SFIELD(sfPreviousPaymentDate, UINT32, 55)
|
||||
TYPED_SFIELD(sfNextPaymentDueDate, UINT32, 56)
|
||||
TYPED_SFIELD(sfPaymentRemaining, UINT32, 57)
|
||||
TYPED_SFIELD(sfPaymentTotal, UINT32, 58)
|
||||
TYPED_SFIELD(sfCoverRateMinimum, UINT32, 59)
|
||||
TYPED_SFIELD(sfCoverRateLiquidation, UINT32, 60)
|
||||
|
||||
// 64-bit integers (common)
|
||||
TYPED_SFIELD(sfIndexNext, UINT64, 1)
|
||||
|
||||
Reference in New Issue
Block a user