Skip to content

Commit

Permalink
Update parse liquidity
Browse files Browse the repository at this point in the history
  • Loading branch information
JIOjosBG committed Apr 29, 2024
1 parent 24c9918 commit d8a7fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/humanReadableTransactions.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function parseActions(actions){
actions[i+1][0].startsWith('Sweep') &&
actions[i+1][1].type==='token'
){
result.push(["Remove liquidity and withdraw", actions[i][1], actions[i+1][1]])
result.push(["Remove liquidity and withdraw", actions[i][1], "and", actions[i+1][1]])
// skip next ccall, since two were merged
i++
continue
Expand Down

0 comments on commit d8a7fb9

Please sign in to comment.