Remove demurrage

This commit is contained in:
Chris Clark
2015-10-15 11:49:48 -07:00
parent 462e440d5b
commit 512817a2db
9 changed files with 60 additions and 769 deletions

View File

@@ -1612,11 +1612,11 @@ describe('Remote', function() {
command: 'book_offers',
id: undefined,
taker_gets: {
currency: Currency.from_human('USD').to_hex(),
currency: Currency.from_json('USD').to_hex(),
issuer: ADDRESS
},
taker_pays: {
currency: Currency.from_human('XRP').to_hex()
currency: Currency.from_json('XRP').to_hex()
},
taker: ACCOUNT_ONE
});
@@ -1639,11 +1639,11 @@ describe('Remote', function() {
command: 'book_offers',
id: undefined,
taker_gets: {
currency: Currency.from_human('USD').to_hex(),
currency: Currency.from_json('USD').to_hex(),
issuer: ADDRESS
},
taker_pays: {
currency: Currency.from_human('XRP').to_hex()
currency: Currency.from_json('XRP').to_hex()
},
taker: ACCOUNT_ONE,
ledger_hash: LEDGER_HASH,