mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Update freeze tests
* Conditionally skip freeze enforcement tests * Honour remote.fee_cushion setting * Workaround ripple-lib regression * Don't use mocha features from wrong version
This commit is contained in:
committed by
David Schwartz
parent
4cf29455e4
commit
373ce72984
@@ -497,7 +497,7 @@ exports.LedgerState = class LedgerState
|
||||
|
||||
add_transaction_fees: ->
|
||||
extra_fees = {}
|
||||
fee = Amount.from_json('15')
|
||||
fee = Amount.from_json(@remote.fee_cushion * 10)
|
||||
for list in [@trusts, @iou_payments, @offers]
|
||||
for [src, args...] in list
|
||||
extra = extra_fees[src]
|
||||
|
||||
Reference in New Issue
Block a user