getOrderbook - return raw order data (#886)

Fix #799
This commit is contained in:
Elliot Lee
2018-05-08 15:05:41 -07:00
committed by GitHub
parent a36e23ebfa
commit f28ec27614
7 changed files with 1160 additions and 17 deletions

View File

@@ -73,7 +73,7 @@ async function makeRequest(
ledger_index: options.ledgerVersion || 'validated',
limit: options.limit,
taker
})
})
}