Update docs

This commit is contained in:
Elliot Lee
2018-08-10 14:52:23 -07:00
parent 4c9a2ff538
commit 53a232ebdc
3 changed files with 3 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ function removeGenericCounterparty(amount, address) {
_.omit(amount, 'counterparty') : amount
}
// Payment specification
function parsePayment(tx: any): Object {
assert(tx.TransactionType === 'Payment')