Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
temptemp3 committed Oct 24, 2024
1 parent be93368 commit 6911435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/PoolRemove/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ const PoolRemove = () => {
ci.setFee(4000);
ci.Provider_withdraw(1, withdrawAmount, [0, 0]).then(
(Provider_withdrawR: any) => {
console.log({ Provider_withdrawR });
if (Provider_withdrawR.success) {
setExpectedOutcome(Provider_withdrawR.returnValue);
}
Expand Down

0 comments on commit 6911435

Please sign in to comment.