Skip to content

Commit

Permalink
Removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ioay committed Jan 18, 2024
1 parent be2e74f commit 813abcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dapp/src/hooks/useDepositBTCTransaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export function useDepositBTCTransaction(onSuccess?: OnSuccessCallback) {
// TODO: sending transactions using the SDK
const depositBTC = useCallback(() => {
if (onSuccess) {
// FIXME: enable eslint rule when SDK ready
setTimeout(onSuccess, 1000)
}
}, [onSuccess])
Expand Down

0 comments on commit 813abcb

Please sign in to comment.