Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Oct 29, 2024
1 parent d7ddc41 commit 04bae3a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions apps/wallet/src/ui/app/staking/stake/StakingCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ function StakingCard() {
},
});
await signer.client.waitForTransaction({
digest: tx.digest
})
return tx
digest: tx.digest,
});
return tx;
} finally {
// sentryTransaction.finish();
}
Expand Down Expand Up @@ -164,9 +164,9 @@ function StakingCard() {
},
});
await signer.client.waitForTransaction({
digest: tx.digest
})
return tx
digest: tx.digest,
});
return tx;
// finally {
// sentryTransaction.finish();
// }
Expand Down

0 comments on commit 04bae3a

Please sign in to comment.