Skip to content

Commit

Permalink
parser get pathpayyment strict receive updated with new types
Browse files Browse the repository at this point in the history
  • Loading branch information
chopan123 committed May 9, 2024
1 parent 4a731c2 commit cf0ca37
Show file tree
Hide file tree
Showing 3 changed files with 2,109 additions and 10 deletions.
1 change: 0 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ docker run --volume ${currentDir}/:/workspace \
--publish-all \
--memory=12g \
--privileged \
--net-alias ${containerName} \
${imageName}:${versionTag}

# Set the git config
Expand Down
4 changes: 2 additions & 2 deletions src/utils/parsers/getPathPaymentsStrictReceiveParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ export const getPathPaymentsStrictReceiveParser = (
return {
from: node?.accountBySource?.publickey,
to: node?.accountByDestination?.publickey,
sendAmount: node?.sendAmount,
sendAmount: node?.destAmount,
sendAsset: node?.assetBySendAsset?.issuer,
destMin: node?.destMin,
destMin: node?.sendMax,
destAsset: node?.assetByDestAsset?.issuer,
};
}
Expand Down
Loading

0 comments on commit cf0ca37

Please sign in to comment.