Skip to content

Commit

Permalink
update stellar sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi committed Jul 3, 2020
1 parent 229f6cc commit c50f30c
Show file tree
Hide file tree
Showing 3 changed files with 855 additions and 982 deletions.
2 changes: 2 additions & 0 deletions lib/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ function normalizeOperation(operation) {
amount: operation.amount,
};
case 'pathPayment':
case 'path_payment_strict_receive':
case 'path_payment_strict_send':
return {
to: operation.destination,
asset_code: operation.destAsset.code,
Expand Down
Loading

0 comments on commit c50f30c

Please sign in to comment.