Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsmiarowski committed Jul 14, 2023
1 parent 316f561 commit 110264a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/tBTC/Bridge/UnmintDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ export const UnmintDetails: PageComponent = () => {
}, [btcTxHash])

const isProcessCompleted = !!data?.redemptionCompletedTxHash?.bitcoin
// requested unmint amount of tBTC in satoshi!. This means that this value is
// the amount before subtracting the fees.
const requestedAmount = data?.requestedAmount ?? "0"
const receivedAmount = data?.receivedAmount ?? "0"

Expand Down

0 comments on commit 110264a

Please sign in to comment.