Skip to content

Commit cc85f09

Browse files
authored
UI: Fix linter warning that caused the frontend build to fail (#70)
1 parent 1e7b687 commit cc85f09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/app/utils/walletUtils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ export function adjustMintOutput(tx: CML.Transaction, receiverAddress: Address,
102102
const outputsLen = outputs.len()
103103
for (let i = 0; i < outputsLen; i++) {
104104
const output : CML.TransactionOutput = outputs.get(i)
105-
const address = output.address()
106105
const assets : Assets = valueToAssets(output.amount())
107106
if (stableCoin in assets) {
108107
console.log("Found stablecoin in output")

0 commit comments

Comments
 (0)